| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default CpuCredits |
LaunchTemplateProps.getCpuCredits()
(experimental) CPU credit type for burstable EC2 instance types.
|
CpuCredits |
LaunchTemplateProps.Jsii$Proxy.getCpuCredits() |
static CpuCredits |
CpuCredits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CpuCredits[] |
CpuCredits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateProps.Builder |
LaunchTemplateProps.Builder.cpuCredits(CpuCredits cpuCredits)
Sets the value of
LaunchTemplateProps.getCpuCredits() |
LaunchTemplate.Builder |
LaunchTemplate.Builder.cpuCredits(CpuCredits cpuCredits)
(experimental) CPU credit type for burstable EC2 instance types.
|
| 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.