UpdateFlowEntitlementRequest
public struct UpdateFlowEntitlementRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.
Declaration
Swift
public let description: String?
-
The type of encryption that will be used on the output associated with this entitlement.
Declaration
Swift
public let encryption: UpdateEncryption?
-
Undocumented
Declaration
Swift
public let entitlementArn: String
-
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.
Declaration
Swift
public let entitlementStatus: EntitlementStatus?
-
Undocumented
Declaration
Swift
public let flowArn: String
-
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.
Declaration
Swift
public let subscribers: [String]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, encryption: UpdateEncryption? = nil, entitlementArn: String, entitlementStatus: EntitlementStatus? = nil, flowArn: String, subscribers: [String]? = nil)