UpdateDirectConnectGatewayAssociationRequest
public struct UpdateDirectConnectGatewayAssociationRequest : 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 association.
Declaration
Swift
public let associationId: String?
-
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
Declaration
Swift
public let removeAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]?
-
init(addAllowedPrefixesToDirectConnectGateway:associationId:removeAllowedPrefixesToDirectConnectGateway:)
Undocumented
Declaration
Swift
public init(addAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil, associationId: String? = nil, removeAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil)