SerialConsoleAccessState constructor

const SerialConsoleAccessState({
  1. Input<bool?>? enabled,
  2. Input<String?>? region,
})

Creates a new SerialConsoleAccessState. enabled Whether or not serial console access is enabled. Valid values are true or false. Defaults to true. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const SerialConsoleAccessState({
  this.enabled,
  this.region,
});