DirectConnectGatewayAssociationProposal constructor

DirectConnectGatewayAssociationProposal({
  1. AssociatedGateway? associatedGateway,
  2. String? directConnectGatewayId,
  3. String? directConnectGatewayOwnerAccount,
  4. List<RouteFilterPrefix>? existingAllowedPrefixesToDirectConnectGateway,
  5. String? proposalId,
  6. DirectConnectGatewayAssociationProposalState? proposalState,
  7. List<RouteFilterPrefix>? requestedAllowedPrefixesToDirectConnectGateway,
})

Implementation

DirectConnectGatewayAssociationProposal({
  this.associatedGateway,
  this.directConnectGatewayId,
  this.directConnectGatewayOwnerAccount,
  this.existingAllowedPrefixesToDirectConnectGateway,
  this.proposalId,
  this.proposalState,
  this.requestedAllowedPrefixesToDirectConnectGateway,
});