GetFlowResult

data class GetFlowResult(val flowArn: String? = null, val flowAvailabilityZone: String? = null, val source: FlowSource? = null, val sourceFailoverConfig: FlowFailoverConfig? = null)

Constructors

Link copied to clipboard
fun GetFlowResult(flowArn: String? = null, flowAvailabilityZone: String? = null, source: FlowSource? = null, sourceFailoverConfig: FlowFailoverConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The source of the flow.

Link copied to clipboard

The source failover config of the flow.