GetSerialConsoleAccessArgs constructor

const GetSerialConsoleAccessArgs({
  1. Input<String?>? region,
})

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

Implementation

const GetSerialConsoleAccessArgs({
  this.region,
});