aws-cdk-lib.aws_ec2.CfnLaunchTemplate.MaintenanceOptionsProperty

interface MaintenanceOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnLaunchTemplate.MaintenanceOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLaunchTemplate_MaintenanceOptionsProperty
Javasoftware.amazon.awscdk.services.ec2.CfnLaunchTemplate.MaintenanceOptionsProperty
Pythonaws_cdk.aws_ec2.CfnLaunchTemplate.MaintenanceOptionsProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnLaunchTemplate » MaintenanceOptionsProperty

The maintenance options of your instance.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const maintenanceOptionsProperty: ec2.CfnLaunchTemplate.MaintenanceOptionsProperty = {
  autoRecovery: 'autoRecovery',
};

Properties

NameTypeDescription
autoRecovery?stringDisables the automatic recovery behavior of your instance or sets it to default.

autoRecovery?

Type: string (optional)

Disables the automatic recovery behavior of your instance or sets it to default.