@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.556Z") @Stability(value=Experimental) public interface CommonEcsRunTaskProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonEcsRunTaskProps.Builder
A builder for
CommonEcsRunTaskProps |
static class |
CommonEcsRunTaskProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonEcsRunTaskProps.Builder |
builder() |
software.amazon.awscdk.services.ecs.ICluster |
getCluster()
The topic to run the task on.
|
List<ContainerOverride> |
getContainerOverrides()
Container setting overrides.
|
Boolean |
getSynchronous()
Whether to wait for the task to complete and return the response.
|
software.amazon.awscdk.services.ecs.TaskDefinition |
getTaskDefinition()
Task Definition used for running tasks in the service.
|
@Stability(value=Experimental) software.amazon.awscdk.services.ecs.ICluster getCluster()
@Stability(value=Experimental) software.amazon.awscdk.services.ecs.TaskDefinition getTaskDefinition()
@Stability(value=Experimental) List<ContainerOverride> getContainerOverrides()
@Stability(value=Experimental) Boolean getSynchronous()
@Stability(value=Experimental) static CommonEcsRunTaskProps.Builder builder()
CommonEcsRunTaskProps.Builder of CommonEcsRunTaskPropsCopyright © 2019. All rights reserved.