| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default CpuCredits |
LaunchTemplateProps.getCpuCredits()
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 |
|---|---|
LaunchTemplate.Builder |
LaunchTemplate.Builder.cpuCredits(CpuCredits cpuCredits)
CPU credit type for burstable EC2 instance types.
|
LaunchTemplateProps.Builder |
LaunchTemplateProps.Builder.cpuCredits(CpuCredits cpuCredits)
Sets the value of
LaunchTemplateProps.getCpuCredits() |
Copyright © 2022. All rights reserved.