GetInstanceTypesArgs constructor

const GetInstanceTypesArgs({
  1. Input<List<GetInstanceTypesFilter>?>? filters,
  2. Input<String?>? region,
})

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

Implementation

const GetInstanceTypesArgs({
  this.filters,
  this.region,
});