| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.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.withGroup(String group)
Specifies an ECS task group for the task.
|
EcsParameters |
EcsParameters.withLaunchType(LaunchType launchType)
Specifies the launch type on which your task is running.
|
EcsParameters |
EcsParameters.withLaunchType(String launchType)
Specifies the launch type on which your task is running.
|
EcsParameters |
EcsParameters.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the ECS task uses the
awsvpc network mode. |
EcsParameters |
EcsParameters.withPlatformVersion(String platformVersion)
Specifies the platform version for the task.
|
EcsParameters |
EcsParameters.withTaskCount(Integer taskCount)
The number of tasks to create based on
TaskDefinition. |
EcsParameters |
EcsParameters.withTaskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS task.
|
| 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 © 2020. All rights reserved.