| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default BottlerocketEcsVariant |
BottleRocketImageProps.getVariant()
(experimental) The Amazon ECS variant to use.
|
BottlerocketEcsVariant |
BottleRocketImageProps.Jsii$Proxy.getVariant() |
static BottlerocketEcsVariant |
BottlerocketEcsVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BottlerocketEcsVariant[] |
BottlerocketEcsVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BottleRocketImageProps.Builder |
BottleRocketImageProps.Builder.variant(BottlerocketEcsVariant variant)
Sets the value of
BottleRocketImageProps.getVariant() |
BottleRocketImage.Builder |
BottleRocketImage.Builder.variant(BottlerocketEcsVariant variant)
(experimental) The Amazon ECS variant to use.
|
| Constructor and Description |
|---|
Jsii$Proxy(BottlerocketEcsVariant variant)
Constructor that initializes the object based on literal property values passed by the
BottleRocketImageProps.Builder. |
Copyright © 2021. All rights reserved.