| Package | Description |
|---|---|
| software.amazon.awscdk.services.mediaconnect |
AWS::MediaConnect Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.create(software.constructs.Construct scope,
String id) |
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.dataTransferSubscriberFeePercent(Number dataTransferSubscriberFeePercent)
The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for.
|
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.description(String description)
A description of the entitlement.
|
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.encryption(CfnFlowEntitlement.EncryptionProperty encryption)
The type of encryption that MediaConnect will use on the output that is associated with the entitlement.
|
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.encryption(IResolvable encryption)
The type of encryption that MediaConnect will use on the output that is associated with the entitlement.
|
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.entitlementStatus(String entitlementStatus)
An indication of whether the new entitlement should be enabled or disabled as soon as it is created.
|
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.flowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.name(String name)
The name of the entitlement.
|
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.subscribers(List<String> subscribers)
The AWS account IDs that you want to share your content with.
|
Copyright © 2022. All rights reserved.