Interface CfnLaunchTemplatePropsMixin.IMaintenanceOptionsProperty
The maintenance options of your instance.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnLaunchTemplatePropsMixin.IMaintenanceOptionsProperty
Syntax (vb)
Public Interface CfnLaunchTemplatePropsMixin.IMaintenanceOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var maintenanceOptionsProperty = new MaintenanceOptionsProperty {
AutoRecovery = "autoRecovery"
};
Synopsis
Properties
| AutoRecovery | Disables the automatic recovery behavior of your instance or sets it to default. |
Properties
AutoRecovery
Disables the automatic recovery behavior of your instance or sets it to default.
string? AutoRecovery { get; }