FlowArgs

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)