GetInstanceTypeArgs constructor

const GetInstanceTypeArgs({
  1. required Input<String> instanceType,
  2. Input<String?>? region,
})

Creates a new GetInstanceTypeArgs. instanceType Instance region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const GetInstanceTypeArgs({
  required this.instanceType,
  this.region,
});