GetFlowEntitlementResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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
val entitlementArn: String? = null

The ARN of the entitlement.

Link copied to clipboard

An indication of whether the entitlement is enabled.

Link copied to clipboard
val flowArn: String? = null

The ARN of the flow.

Link copied to clipboard
val subscribers: List<String>? = null

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.