CreateDirectConnectGatewayAssociationRequest
public struct CreateDirectConnectGatewayAssociationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon VPC prefixes to advertise to the Direct Connect gateway This parameter is required when you create an association to a transit gateway. For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.
Declaration
Swift
public let addAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]?
-
The ID of the Direct Connect gateway.
Declaration
Swift
public let directConnectGatewayId: String
-
The ID of the virtual private gateway or transit gateway.
Declaration
Swift
public let gatewayId: String?
-
The ID of the virtual private gateway.
Declaration
Swift
public let virtualGatewayId: String?
-
Undocumented
Declaration
Swift
public init(addAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil, directConnectGatewayId: String, gatewayId: String? = nil, virtualGatewayId: String? = nil)