FlowArgs

data class FlowArgs(val availabilityZone: Output<String>? = null, val name: Output<String>? = null, val source: Output<FlowSourceArgs>? = null, val sourceFailoverConfig: Output<FlowFailoverConfigArgs>? = null) : ConvertibleToJava<FlowArgs>

Resource schema for AWS::MediaConnect::Flow

Constructors

Link copied to clipboard
fun FlowArgs(availabilityZone: Output<String>? = null, name: Output<String>? = null, source: Output<FlowSourceArgs>? = null, sourceFailoverConfig: Output<FlowFailoverConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FlowArgs

Properties

Link copied to clipboard
val availabilityZone: Output<String>? = null

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
val name: Output<String>? = null

The name of the flow.

Link copied to clipboard
val source: Output<FlowSourceArgs>? = null

The source of the flow.

Link copied to clipboard

The source failover config of the flow.