| 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 |
|---|---|
LaunchTemplateProps.Builder |
LaunchTemplateProps.Builder.spotOptions(LaunchTemplateSpotOptions spotOptions)
Sets the value of
LaunchTemplateProps.getSpotOptions() |
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.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends BlockDevice> blockDevices,
CpuCredits cpuCredits,
Boolean detailedMonitoring,
Boolean disableApiTermination,
Boolean ebsOptimized,
Boolean hibernationConfigured,
InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior,
InstanceType instanceType,
String keyName,
String launchTemplateName,
IMachineImage machineImage,
Boolean nitroEnclaveEnabled,
IRole role,
ISecurityGroup securityGroup,
LaunchTemplateSpotOptions spotOptions,
UserData userData)
Constructor that initializes the object based on literal property values passed by the
LaunchTemplateProps.Builder. |
Copyright © 2021. All rights reserved.