@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.820Z") @Stability(value=Stable) public interface LaunchTargetBindOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LaunchTargetBindOptions.Builder
A builder for
LaunchTargetBindOptions |
static class |
LaunchTargetBindOptions.Jsii$Proxy
An implementation for
LaunchTargetBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTargetBindOptions.Builder |
builder() |
default ICluster |
getCluster()
A regional grouping of one or more container instances on which you can run tasks and services.
|
ITaskDefinition |
getTaskDefinition()
Task definition to run Docker containers in Amazon ECS.
|
@Stability(value=Stable) @NotNull ITaskDefinition getTaskDefinition()
@Stability(value=Stable) @Nullable default ICluster getCluster()
Default: - No cluster
@Stability(value=Stable) static LaunchTargetBindOptions.Builder builder()
LaunchTargetBindOptions.Builder of LaunchTargetBindOptionsCopyright © 2020. All rights reserved.