GetSerialConsoleAccessArgs constructor
const
GetSerialConsoleAccessArgs({
- 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,
});