| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SpotInstanceInterruption |
LaunchTemplateSpotOptions.getInterruptionBehavior()
(experimental) The behavior when a Spot Instance is interrupted.
|
SpotInstanceInterruption |
LaunchTemplateSpotOptions.Jsii$Proxy.getInterruptionBehavior() |
static SpotInstanceInterruption |
SpotInstanceInterruption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpotInstanceInterruption[] |
SpotInstanceInterruption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpotOptions.Builder |
LaunchTemplateSpotOptions.Builder.interruptionBehavior(SpotInstanceInterruption interruptionBehavior)
Sets the value of
LaunchTemplateSpotOptions.getInterruptionBehavior() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration blockDuration,
SpotInstanceInterruption interruptionBehavior,
Number maxPrice,
SpotRequestType requestType,
Expiration validUntil)
Constructor that initializes the object based on literal property values passed by the
LaunchTemplateSpotOptions.Builder. |
Copyright © 2021. All rights reserved.