| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default InstanceInitiatedShutdownBehavior |
LaunchTemplateProps.getInstanceInitiatedShutdownBehavior()
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
|
InstanceInitiatedShutdownBehavior |
LaunchTemplateProps.Jsii$Proxy.getInstanceInitiatedShutdownBehavior() |
static InstanceInitiatedShutdownBehavior |
InstanceInitiatedShutdownBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceInitiatedShutdownBehavior[] |
InstanceInitiatedShutdownBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplate.Builder |
LaunchTemplate.Builder.instanceInitiatedShutdownBehavior(InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
|
LaunchTemplateProps.Builder |
LaunchTemplateProps.Builder.instanceInitiatedShutdownBehavior(InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior)
Sets the value of
LaunchTemplateProps.getInstanceInitiatedShutdownBehavior() |
Copyright © 2022. All rights reserved.