GetServiceLinkVirtualInterfaceArgs constructor

const GetServiceLinkVirtualInterfaceArgs({
  1. Input<List<GetServiceLinkVirtualInterfaceFilter>?>? filters,
  2. Input<String?>? id,
  3. Input<String?>? region,
})

Creates a new GetServiceLinkVirtualInterfaceArgs. filters One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below. id Identifier of the EC2 Service Link Virtual Interface. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

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