Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-maintenanceoptions.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-maintenanceoptions.html#cfn-ec2-launchtemplate-maintenanceoptions-autorecovery

Back to top Generated by DocFX