| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LaunchTemplateSpotOptions.Jsii$Proxy
An implementation for
LaunchTemplateSpotOptions |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpotOptions |
LaunchTemplateSpotOptions.Builder.build()
Builds the configured instance.
|
default LaunchTemplateSpotOptions |
LaunchTemplateProps.getSpotOptions()
(experimental) If this property is defined, then the Launch Template's InstanceMarketOptions will be set to use Spot instances, and the options for the Spot instances will be as defined.
|
LaunchTemplateSpotOptions |
LaunchTemplateProps.Jsii$Proxy.getSpotOptions() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplate.Builder |
LaunchTemplate.Builder.spotOptions(LaunchTemplateSpotOptions spotOptions)
(experimental) If this property is defined, then the Launch Template's InstanceMarketOptions will be set to use Spot instances, and the options for the Spot instances will be as defined.
|
LaunchTemplateProps.Builder |
LaunchTemplateProps.Builder.spotOptions(LaunchTemplateSpotOptions spotOptions)
Sets the value of
LaunchTemplateProps.getSpotOptions() |
Copyright © 2022. All rights reserved.