| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
EcsParameters |
EcsParameters.clone() |
EcsParameters |
Target.getEcsParameters()
Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.
|
EcsParameters |
EcsParameters.withTaskCount(Integer taskCount)
The number of tasks to create based on the
TaskDefinition. |
EcsParameters |
EcsParameters.withTaskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setEcsParameters(EcsParameters ecsParameters)
Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.
|
Target |
Target.withEcsParameters(EcsParameters ecsParameters)
Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.
|
Copyright © 2017. All rights reserved.