LocalGatewayRouteTableVirtualInterfaceGroupAssociationState constructor

const LocalGatewayRouteTableVirtualInterfaceGroupAssociationState({
  1. Input<String?>? localGatewayId,
  2. Input<String?>? localGatewayRouteTableArn,
  3. Input<String?>? localGatewayRouteTableId,
  4. Input<String?>? localGatewayVirtualInterfaceGroupId,
  5. Input<String?>? ownerId,
  6. Input<String?>? region,
  7. Input<String?>? state,
  8. Input<Map<String, String>?>? tags,
  9. Input<Map<String, String>?>? tagsAll,
})

Creates a new LocalGatewayRouteTableVirtualInterfaceGroupAssociationState. localGatewayId Identifier of the EC2 Local Gateway. localGatewayRouteTableArn ARN of the EC2 Local Gateway Route Table. localGatewayRouteTableId Identifier of EC2 Local Gateway Route Table. localGatewayVirtualInterfaceGroupId Identifier of EC2 Local Gateway Virtual Interface Group. ownerId Identifier of the AWS account that owns the EC2 Local Gateway Virtual Interface Group Association. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. state State of the EC2 Local Gateway Route Table Virtual Interface Group Association. 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 Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const LocalGatewayRouteTableVirtualInterfaceGroupAssociationState({
  this.localGatewayId,
  this.localGatewayRouteTableArn,
  this.localGatewayRouteTableId,
  this.localGatewayVirtualInterfaceGroupId,
  this.ownerId,
  this.region,
  this.state,
  this.tags,
  this.tagsAll,
});