DirectConnectGatewayAssociationProposal constructor
DirectConnectGatewayAssociationProposal({
- AssociatedGateway? associatedGateway,
- String? directConnectGatewayId,
- String? directConnectGatewayOwnerAccount,
- List<
RouteFilterPrefix> ? existingAllowedPrefixesToDirectConnectGateway, - String? proposalId,
- DirectConnectGatewayAssociationProposalState? proposalState,
- List<
RouteFilterPrefix> ? requestedAllowedPrefixesToDirectConnectGateway,
Implementation
DirectConnectGatewayAssociationProposal({
this.associatedGateway,
this.directConnectGatewayId,
this.directConnectGatewayOwnerAccount,
this.existingAllowedPrefixesToDirectConnectGateway,
this.proposalId,
this.proposalState,
this.requestedAllowedPrefixesToDirectConnectGateway,
});