Flow Source Args
data class FlowSourceArgs(val decryption: Output<FlowSourceEncryptionArgs>? = null, val description: Output<String>? = null, val entitlementArn: Output<String>? = null, val flowArn: Output<String>? = null, val gatewayBridgeSource: Output<FlowSourceGatewayBridgeSourceArgs>? = null, val ingestPort: Output<Int>? = null, val maxBitrate: Output<Int>? = null, val maxLatency: Output<Int>? = null, val minLatency: Output<Int>? = null, val name: Output<String>? = null, val protocol: Output<FlowSourceProtocol>? = null, val senderControlPort: Output<Int>? = null, val senderIpAddress: Output<String>? = null, val sourceListenerAddress: Output<String>? = null, val sourceListenerPort: Output<Int>? = null, val streamId: Output<String>? = null, val vpcInterfaceName: Output<String>? = null, val whitelistCidr: Output<String>? = null) : ConvertibleToJava<FlowSourceArgs>
Resource schema for AWS::MediaConnect::FlowSource
Constructors
Link copied to clipboard
fun FlowSourceArgs(decryption: Output<FlowSourceEncryptionArgs>? = null, description: Output<String>? = null, entitlementArn: Output<String>? = null, flowArn: Output<String>? = null, gatewayBridgeSource: Output<FlowSourceGatewayBridgeSourceArgs>? = null, ingestPort: Output<Int>? = null, maxBitrate: Output<Int>? = null, maxLatency: Output<Int>? = null, minLatency: Output<Int>? = null, name: Output<String>? = null, protocol: Output<FlowSourceProtocol>? = null, senderControlPort: Output<Int>? = null, senderIpAddress: Output<String>? = null, sourceListenerAddress: Output<String>? = null, sourceListenerPort: Output<Int>? = null, streamId: Output<String>? = null, vpcInterfaceName: Output<String>? = null, whitelistCidr: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard