LocalGatewayRouteTableVpcAssociationState constructor

const LocalGatewayRouteTableVpcAssociationState({
  1. Input<String?>? localGatewayId,
  2. Input<String?>? localGatewayRouteTableId,
  3. Input<String?>? region,
  4. Input<Map<String, String>?>? tags,
  5. Input<Map<String, String>?>? tagsAll,
  6. Input<String?>? vpcId,
})

Creates a new LocalGatewayRouteTableVpcAssociationState. localGatewayId Optional. localGatewayRouteTableId Identifier of EC2 Local Gateway Route Table. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. vpcId Identifier of EC2 VPC.

Implementation

const LocalGatewayRouteTableVpcAssociationState({
  this.localGatewayId,
  this.localGatewayRouteTableId,
  this.region,
  this.tags,
  this.tagsAll,
  this.vpcId,
});