Get Flow Result
data class GetFlowResult(val egressIp: String? = null, val flowArn: String? = null, val flowAvailabilityZone: String? = null, val flowNdiMachineName: String? = null, val flowSize: FlowSize? = null, val maintenance: FlowMaintenance? = null, val mediaStreams: List<FlowMediaStream>? = null, val ndiConfig: FlowNdiConfig? = null, val source: FlowSource? = null, val sourceFailoverConfig: FlowFailoverConfig? = null, val sourceMonitoringConfig: FlowSourceMonitoringConfig? = null, val vpcInterfaces: List<FlowVpcInterface>? = null)
Constructors
Link copied to clipboard
constructor(egressIp: String? = null, flowArn: String? = null, flowAvailabilityZone: String? = null, flowNdiMachineName: String? = null, flowSize: FlowSize? = null, maintenance: FlowMaintenance? = null, mediaStreams: List<FlowMediaStream>? = null, ndiConfig: FlowNdiConfig? = null, source: FlowSource? = null, sourceFailoverConfig: FlowFailoverConfig? = null, sourceMonitoringConfig: FlowSourceMonitoringConfig? = null, vpcInterfaces: List<FlowVpcInterface>? = 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.(ReadOnly)
Link copied to clipboard
A prefix for the names of the NDI sources that the flow creates.(ReadOnly)
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.