Get Subscription Request Details
datazone_get_subscription_request_details | R Documentation |
Gets the details of the specified subscription request¶
Description¶
Gets the details of the specified subscription request.
Usage¶
Arguments¶
domainIdentifier
[required] The identifier of the Amazon DataZone domain in which to get the subscription request details.
identifier
[required] The identifier of the subscription request the details of which to get.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
decisionComment = "string",
domainId = "string",
id = "string",
requestReason = "string",
reviewerId = "string",
status = "PENDING"|"ACCEPTED"|"REJECTED",
subscribedListings = list(
list(
description = "string",
id = "string",
item = list(
assetListing = list(
entityId = "string",
entityRevision = "string",
entityType = "string",
forms = "string",
glossaryTerms = list(
list(
name = "string",
shortDescription = "string"
)
)
),
productListing = list(
assetListings = list(
list(
entityId = "string",
entityRevision = "string",
entityType = "string"
)
),
description = "string",
entityId = "string",
entityRevision = "string",
glossaryTerms = list(
list(
name = "string",
shortDescription = "string"
)
),
name = "string"
)
),
name = "string",
ownerProjectId = "string",
ownerProjectName = "string",
revision = "string"
)
),
subscribedPrincipals = list(
list(
project = list(
id = "string",
name = "string"
)
)
),
updatedAt = as.POSIXct(
"2015-01-01"
),
updatedBy = "string"
)