CreateFlowRequest
public struct CreateFlowRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.
Declaration
Swift
public let availabilityZone: String?
-
The entitlements that you want to grant on a flow.
Declaration
Swift
public let entitlements: [GrantEntitlementRequest]?
-
The name of the flow.
Declaration
Swift
public let name: String
-
The outputs that you want to add to this flow.
Declaration
Swift
public let outputs: [AddOutputRequest]?
-
Undocumented
Declaration
Swift
public let source: SetSourceRequest?
-
Undocumented
Declaration
Swift
public let sourceFailoverConfig: FailoverConfig?
-
Undocumented
Declaration
Swift
public let sources: [SetSourceRequest]?
-
The VPC interfaces you want on the flow.
Declaration
Swift
public let vpcInterfaces: [VpcInterfaceRequest]?
-
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, entitlements: [GrantEntitlementRequest]? = nil, name: String, outputs: [AddOutputRequest]? = nil, source: SetSourceRequest? = nil, sourceFailoverConfig: FailoverConfig? = nil, sources: [SetSourceRequest]? = nil, vpcInterfaces: [VpcInterfaceRequest]? = nil)