| 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.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
EcsParameters |
EcsParameters.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
EcsParameters |
EcsParameters.withEnableECSManagedTags(Boolean enableECSManagedTags)
Specifies whether to enable Amazon ECS managed tags for the task.
|
EcsParameters |
EcsParameters.withEnableExecuteCommand(Boolean enableExecuteCommand)
Whether or not to enable the execute command functionality for the containers in this 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 Amazon ECS task uses the
awsvpc network mode. |
EcsParameters |
EcsParameters.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
EcsParameters |
EcsParameters.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for the task.
|
EcsParameters |
EcsParameters.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
EcsParameters |
EcsParameters.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for the task.
|
EcsParameters |
EcsParameters.withPlatformVersion(String platformVersion)
Specifies the platform version for the task.
|
EcsParameters |
EcsParameters.withPropagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
EcsParameters |
EcsParameters.withPropagateTags(String propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
EcsParameters |
EcsParameters.withReferenceId(String referenceId)
The reference ID to use for the task.
|
EcsParameters |
EcsParameters.withTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
EcsParameters |
EcsParameters.withTags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
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 © 2024. All rights reserved.