Flow Args
data class FlowArgs(val availabilityZone: Output<String>? = null, val flowSize: Output<FlowSize>? = null, val maintenance: Output<FlowMaintenanceArgs>? = null, val mediaStreams: Output<List<FlowMediaStreamArgs>>? = null, val name: Output<String>? = null, val ndiConfig: Output<FlowNdiConfigArgs>? = null, val source: Output<FlowSourceArgs>? = null, val sourceFailoverConfig: Output<FlowFailoverConfigArgs>? = null, val sourceMonitoringConfig: Output<FlowSourceMonitoringConfigArgs>? = null, val vpcInterfaces: Output<List<FlowVpcInterfaceArgs>>? = null) : ConvertibleToJava<FlowArgs>
Resource schema for AWS::MediaConnect::Flow
Constructors
Link copied to clipboard
constructor(availabilityZone: Output<String>? = null, flowSize: Output<FlowSize>? = null, maintenance: Output<FlowMaintenanceArgs>? = null, mediaStreams: Output<List<FlowMediaStreamArgs>>? = null, name: Output<String>? = null, ndiConfig: Output<FlowNdiConfigArgs>? = null, source: Output<FlowSourceArgs>? = null, sourceFailoverConfig: Output<FlowFailoverConfigArgs>? = null, sourceMonitoringConfig: Output<FlowSourceMonitoringConfigArgs>? = null, vpcInterfaces: Output<List<FlowVpcInterfaceArgs>>? = null)
Properties
Link copied to clipboard
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
Link copied to clipboard
The maintenance settings you want to use for the flow.
Link copied to clipboard
The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
Link copied to clipboard
Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
Link copied to clipboard
The source of the flow.
Link copied to clipboard
The source failover config of the flow.
Link copied to clipboard
The source monitoring config of the flow.
Link copied to clipboard
The VPC interfaces that you added to this flow.