LocalGatewayRouteState constructor
const
LocalGatewayRouteState({})
Creates a new LocalGatewayRouteState.
destinationCidrBlock IPv4 CIDR range used for destination matches. Routing decisions are based on the most specific match.
localGatewayRouteTableId Identifier of EC2 Local Gateway Route Table.
localGatewayVirtualInterfaceGroupId Identifier of EC2 Local Gateway Virtual Interface Group.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const LocalGatewayRouteState({
this.destinationCidrBlock,
this.localGatewayRouteTableId,
this.localGatewayVirtualInterfaceGroupId,
this.region,
});