AcceptDirectConnectGatewayAssociationProposalRequest
public struct AcceptDirectConnectGatewayAssociationProposalRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the AWS account that owns the virtual private gateway or transit gateway.
Declaration
Swift
public let associatedGatewayOwnerAccount: String
-
The ID of the Direct Connect gateway.
Declaration
Swift
public let directConnectGatewayId: String
-
Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway. For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.
Declaration
Swift
public let overrideAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]?
-
The ID of the request proposal.
Declaration
Swift
public let proposalId: String
-
init(associatedGatewayOwnerAccount:directConnectGatewayId:overrideAllowedPrefixesToDirectConnectGateway:proposalId:)
Undocumented
Declaration
Swift
public init(associatedGatewayOwnerAccount: String, directConnectGatewayId: String, overrideAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil, proposalId: String)