DirectConnectGatewayAssociationProposal
public struct DirectConnectGatewayAssociationProposal : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the associated gateway.
Declaration
Swift
public let associatedGateway: AssociatedGateway?
-
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 existing Amazon VPC prefixes advertised to the Direct Connect gateway.
Declaration
Swift
public let existingAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]?
-
The ID of the association proposal.
Declaration
Swift
public let proposalId: String?
-
The state of the proposal. The following are possible values: accepted: The proposal has been accepted. The Direct Connect gateway association is available to use in this state. deleted: The proposal has been deleted by the owner that made the proposal. The Direct Connect gateway association cannot be used in this state. requested: The proposal has been requested. The Direct Connect gateway association cannot be used in this state.
Declaration
Swift
public let proposalState: DirectConnectGatewayAssociationProposalState?
-
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
Declaration
Swift
public let requestedAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]?
-
init(associatedGateway:directConnectGatewayId:directConnectGatewayOwnerAccount:existingAllowedPrefixesToDirectConnectGateway:proposalId:proposalState:requestedAllowedPrefixesToDirectConnectGateway:)
Undocumented
Declaration
Swift
public init(associatedGateway: AssociatedGateway? = nil, directConnectGatewayId: String? = nil, directConnectGatewayOwnerAccount: String? = nil, existingAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil, proposalId: String? = nil, proposalState: DirectConnectGatewayAssociationProposalState? = nil, requestedAllowedPrefixesToDirectConnectGateway: [RouteFilterPrefix]? = nil)