Get Flow Entitlement Result
data class GetFlowEntitlementResult(val description: String? = null, val encryption: FlowEntitlementEncryption? = null, val entitlementArn: String? = null, val entitlementStatus: FlowEntitlementEntitlementStatus? = null, val flowArn: String? = null, val subscribers: List<String>? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, encryption: FlowEntitlementEncryption? = null, entitlementArn: String? = null, entitlementStatus: FlowEntitlementEntitlementStatus? = null, flowArn: String? = null, subscribers: List<String>? = null)
Properties
Link copied to clipboard
A description of the entitlement.
Link copied to clipboard
The type of encryption that will be used on the output that is associated with this entitlement.
Link copied to clipboard
The ARN of the entitlement.
Link copied to clipboard
An indication of whether the entitlement is enabled.
Link copied to clipboard
The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.