| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default DeploymentControllerType |
DeploymentController.getType()
The deployment controller type to use.
|
DeploymentControllerType |
DeploymentController.Jsii$Proxy.getType() |
static DeploymentControllerType |
DeploymentControllerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentControllerType[] |
DeploymentControllerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentController.Builder |
DeploymentController.Builder.type(DeploymentControllerType type)
Sets the value of
DeploymentController.getType() |
Copyright © 2022. All rights reserved.