Flow Entitlement Args
data class FlowEntitlementArgs(val dataTransferSubscriberFeePercent: Output<Int>? = null, val description: Output<String>? = null, val encryption: Output<FlowEntitlementEncryptionArgs>? = null, val entitlementStatus: Output<FlowEntitlementEntitlementStatus>? = null, val flowArn: Output<String>? = null, val name: Output<String>? = null, val subscribers: Output<List<String>>? = null) : ConvertibleToJava<FlowEntitlementArgs>
Resource schema for AWS::MediaConnect::FlowEntitlement
Constructors
Link copied to clipboard
fun FlowEntitlementArgs(dataTransferSubscriberFeePercent: Output<Int>? = null, description: Output<String>? = null, encryption: Output<FlowEntitlementEncryptionArgs>? = null, entitlementStatus: Output<FlowEntitlementEntitlementStatus>? = null, flowArn: Output<String>? = null, name: Output<String>? = null, subscribers: Output<List<String>>? = null)