GetFlowResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val egressIp: String? = null

The IP address from which video will be sent to output destinations.

Link copied to clipboard
val flowArn: String? = null

The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.

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
val source: FlowSource? = null

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.