GetInstanceMaintenanceOption constructor
const
GetInstanceMaintenanceOption({
- required Input<
String> autoRecovery,
Creates a new GetInstanceMaintenanceOption.
autoRecovery Automatic recovery behavior of the instance.
Implementation
const GetInstanceMaintenanceOption({
required this.autoRecovery,
});