SubscriptionSummary
The details of the subscription.
Contents
- createdAt
-
The timestamp of when the subscription was created.
Type: Timestamp
Required: Yes
- createdBy
-
The Amazon DataZone user who created the subscription.
Type: String
Required: Yes
- domainId
-
The identifier of the Amazon DataZone domain in which a subscription exists.
Type: String
Pattern:
^dzd[-_][a-zA-Z0-9_-]{1,36}$
Required: Yes
- id
-
The identifier of the subscription.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- status
-
The status of the subscription.
Type: String
Valid Values:
APPROVED | REVOKED | CANCELLED
Required: Yes
- subscribedListing
-
The listing included in the subscription.
Type: SubscribedListing object
Required: Yes
- subscribedPrincipal
-
The principal included in the subscription.
Type: SubscribedPrincipal object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- updatedAt
-
The timestamp of when the subscription was updated.
Type: Timestamp
Required: Yes
- retainPermissions
-
The retain permissions included in the subscription.
Type: Boolean
Required: No
- subscriptionRequestId
-
The identifier of the subscription request for the subscription.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: No
- updatedBy
-
The Amazon DataZone user who updated the subscription.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: