| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AmazonLinuxCpuType |
AmazonLinuxImageProps.getCpuType()
CPU Type.
|
AmazonLinuxCpuType |
AmazonLinuxImageProps.Jsii$Proxy.getCpuType() |
static AmazonLinuxCpuType |
AmazonLinuxCpuType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmazonLinuxCpuType[] |
AmazonLinuxCpuType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AmazonLinuxImage.Builder |
AmazonLinuxImage.Builder.cpuType(AmazonLinuxCpuType cpuType)
CPU Type.
|
AmazonLinuxImageProps.Builder |
AmazonLinuxImageProps.Builder.cpuType(AmazonLinuxCpuType cpuType)
Sets the value of
AmazonLinuxImageProps.getCpuType() |
Copyright © 2022. All rights reserved.