| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
InstanceArchitecture |
InstanceType.getArchitecture()
The instance's CPU architecture.
|
static InstanceArchitecture |
InstanceArchitecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceArchitecture[] |
InstanceArchitecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default InstanceArchitecture |
BottleRocketImageProps.getArchitecture()
The CPU architecture.
|
InstanceArchitecture |
BottleRocketImageProps.Jsii$Proxy.getArchitecture() |
| Modifier and Type | Method and Description |
|---|---|
BottleRocketImage.Builder |
BottleRocketImage.Builder.architecture(InstanceArchitecture architecture)
The CPU architecture.
|
BottleRocketImageProps.Builder |
BottleRocketImageProps.Builder.architecture(InstanceArchitecture architecture)
Sets the value of
BottleRocketImageProps.getArchitecture() |
Copyright © 2022. All rights reserved.