Get Flow Result
data class GetFlowResult(val egressIp: String? = null, val flowArn: String? = null, val flowAvailabilityZone: String? = null, val maintenance: FlowMaintenance? = null, val mediaStreams: List<FlowMediaStream>? = 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, maintenance: FlowMaintenance? = null, mediaStreams: List<FlowMediaStream>? = 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
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
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.