GetLocalGatewayVirtualInterfaceArgs constructor

const GetLocalGatewayVirtualInterfaceArgs({
  1. Input<List<GetLocalGatewayVirtualInterfaceFilter>?>? filters,
  2. Input<String?>? id,
  3. Input<String?>? region,
  4. Input<Map<String, String>?>? tags,
})

Creates a new GetLocalGatewayVirtualInterfaceArgs. filters One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below. id Identifier of EC2 Local Gateway Virtual Interface. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.

Implementation

const GetLocalGatewayVirtualInterfaceArgs({
  this.filters,
  this.id,
  this.region,
  this.tags,
});