SubscriptionGrantSummary
The details of the subscription grant.
Contents
- createdAt
-
The timestamp of when a subscription grant was created.
Type: Timestamp
Required: Yes
- createdBy
-
The datazone user who created the subscription grant.
Type: String
Required: Yes
- domainId
-
The identifier of the Amazon DataZone domain in which a subscription grant exists.
Type: String
Pattern:
^dzd[-_][a-zA-Z0-9_-]{1,36}$
Required: Yes
- grantedEntity
-
The entity to which the subscription is granted.
Type: GrantedEntity object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- id
-
The identifier of the subscription grant.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- status
-
The status of the subscription grant.
Type: String
Valid Values:
PENDING | IN_PROGRESS | GRANT_FAILED | REVOKE_FAILED | GRANT_AND_REVOKE_FAILED | COMPLETED | INACCESSIBLE
Required: Yes
- subscriptionTargetId
-
The identifier of the target of the subscription grant.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- updatedAt
-
The timestampf of when the subscription grant was updated.
Type: Timestamp
Required: Yes
- assets
-
The assets included in the subscription grant.
Type: Array of SubscribedAsset objects
Required: No
- subscriptionId
-
This member has been deprecated.
The ID of the subscription.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: No
- updatedBy
-
The Amazon DataZone user who updated the subscription grant.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: