@Stability(value=Stable)
public static interface CfnLaunchTemplate.MaintenanceOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
MaintenanceOptionsProperty maintenanceOptionsProperty = MaintenanceOptionsProperty.builder()
.autoRecovery("autoRecovery")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.MaintenanceOptionsProperty.Builder
A builder for
CfnLaunchTemplate.MaintenanceOptionsProperty |
static class |
CfnLaunchTemplate.MaintenanceOptionsProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.MaintenanceOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.MaintenanceOptionsProperty.Builder |
builder() |
default String |
getAutoRecovery()
Disables the automatic recovery behavior of your instance or sets it to default.
|
@Stability(value=Stable) @Nullable default String getAutoRecovery()
@Stability(value=Stable) static CfnLaunchTemplate.MaintenanceOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.