CreateDirectConnectGatewayAssociationProposalRequest
public struct CreateDirectConnectGatewayAssociationProposalRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
Declaration
Swift
public let addAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]?
-
The ID of the Direct Connect gateway.
Declaration
Swift
public let directConnectGatewayId: String
-
The ID of the AWS account that owns the Direct Connect gateway.
Declaration
Swift
public let directConnectGatewayOwnerAccount: String
-
The ID of the virtual private gateway or transit gateway.
Declaration
Swift
public let gatewayId: String
-
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
Declaration
Swift
public let removeAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]?
-
init(addAllowedPrefixesToDirectConnectGateway:directConnectGatewayId:directConnectGatewayOwnerAccount:gatewayId:removeAllowedPrefixesToDirectConnectGateway:)
Undocumented
Declaration
Swift
public init(addAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil, directConnectGatewayId: String, directConnectGatewayOwnerAccount: String, gatewayId: String, removeAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil)