@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.221Z") @Stability(value=Stable) public interface CfnFlowEntitlementProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconnect.*;
CfnFlowEntitlementProps cfnFlowEntitlementProps = CfnFlowEntitlementProps.builder()
.description("description")
.flowArn("flowArn")
.name("name")
.subscribers(List.of("subscribers"))
// the properties below are optional
.dataTransferSubscriberFeePercent(123)
.encryption(EncryptionProperty.builder()
.algorithm("algorithm")
.roleArn("roleArn")
// the properties below are optional
.constantInitializationVector("constantInitializationVector")
.deviceId("deviceId")
.keyType("keyType")
.region("region")
.resourceId("resourceId")
.secretArn("secretArn")
.url("url")
.build())
.entitlementStatus("entitlementStatus")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowEntitlementProps.Builder
A builder for
CfnFlowEntitlementProps |
static class |
CfnFlowEntitlementProps.Jsii$Proxy
An implementation for
CfnFlowEntitlementProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowEntitlementProps.Builder |
builder() |
default Number |
getDataTransferSubscriberFeePercent()
`AWS::MediaConnect::FlowEntitlement.DataTransferSubscriberFeePercent`.
|
String |
getDescription()
`AWS::MediaConnect::FlowEntitlement.Description`.
|
default Object |
getEncryption()
`AWS::MediaConnect::FlowEntitlement.Encryption`.
|
default String |
getEntitlementStatus()
`AWS::MediaConnect::FlowEntitlement.EntitlementStatus`.
|
String |
getFlowArn()
`AWS::MediaConnect::FlowEntitlement.FlowArn`.
|
String |
getName()
`AWS::MediaConnect::FlowEntitlement.Name`.
|
List<String> |
getSubscribers()
`AWS::MediaConnect::FlowEntitlement.Subscribers`.
|
@Stability(value=Stable) @Nullable default Number getDataTransferSubscriberFeePercent()
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @Nullable default Object getEncryption()
@Stability(value=Stable) @Nullable default String getEntitlementStatus()
@Stability(value=Stable) @NotNull String getFlowArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull List<String> getSubscribers()
@Stability(value=Stable) static CfnFlowEntitlementProps.Builder builder()
CfnFlowEntitlementProps.Builder of CfnFlowEntitlementPropsCopyright © 2021. All rights reserved.