DirectConnectGatewayAssociation constructor

DirectConnectGatewayAssociation({
  1. List<RouteFilterPrefix>? allowedPrefixesToDirectConnectGateway,
  2. AssociatedGateway? associatedGateway,
  3. String? associationId,
  4. DirectConnectGatewayAssociationState? associationState,
  5. String? directConnectGatewayId,
  6. String? directConnectGatewayOwnerAccount,
  7. String? stateChangeError,
  8. String? virtualGatewayId,
  9. String? virtualGatewayOwnerAccount,
  10. String? virtualGatewayRegion,
})

Implementation

DirectConnectGatewayAssociation({
  this.allowedPrefixesToDirectConnectGateway,
  this.associatedGateway,
  this.associationId,
  this.associationState,
  this.directConnectGatewayId,
  this.directConnectGatewayOwnerAccount,
  this.stateChangeError,
  this.virtualGatewayId,
  this.virtualGatewayOwnerAccount,
  this.virtualGatewayRegion,
});