@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:42.664Z") @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
An implementation for
CommonEcsRunTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static CommonEcsRunTaskProps.Builder |
builder() |
ICluster |
getCluster()
(experimental) The topic to run the task on.
|
default List<ContainerOverride> |
getContainerOverrides()
(experimental) Container setting overrides.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
(experimental) The service integration pattern indicates different ways to call RunTask in ECS.
|
TaskDefinition |
getTaskDefinition()
(experimental) Task Definition used for running tasks in the service.
|
@Stability(value=Experimental) @NotNull ICluster getCluster()
@Stability(value=Experimental) @NotNull TaskDefinition getTaskDefinition()
Note: this must be TaskDefinition, and not ITaskDefinition, as it requires properties that are not known for imported task definitions
@Stability(value=Experimental) @Nullable default List<ContainerOverride> getContainerOverrides()
Key is the name of the container to override, value is the values you want to override.
Default: - No overrides
@Stability(value=Experimental) @Nullable default ServiceIntegrationPattern getIntegrationPattern()
The valid value for Lambda is FIRE_AND_FORGET, SYNC and WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
@Stability(value=Experimental) static CommonEcsRunTaskProps.Builder builder()
CommonEcsRunTaskProps.Builder of CommonEcsRunTaskPropsCopyright © 2021. All rights reserved.