DirectConnectGatewayAssociation constructor
DirectConnectGatewayAssociation({
- List<
RouteFilterPrefix> ? allowedPrefixesToDirectConnectGateway, - AssociatedGateway? associatedGateway,
- String? associationId,
- DirectConnectGatewayAssociationState? associationState,
- String? directConnectGatewayId,
- String? directConnectGatewayOwnerAccount,
- String? stateChangeError,
- String? virtualGatewayId,
- String? virtualGatewayOwnerAccount,
- String? virtualGatewayRegion,
Implementation
DirectConnectGatewayAssociation({
this.allowedPrefixesToDirectConnectGateway,
this.associatedGateway,
this.associationId,
this.associationState,
this.directConnectGatewayId,
this.directConnectGatewayOwnerAccount,
this.stateChangeError,
this.virtualGatewayId,
this.virtualGatewayOwnerAccount,
this.virtualGatewayRegion,
});