| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
EcsParameters |
EcsParameters.clone() |
EcsParameters |
Target.getEcsParameters()
The templated target type for the Amazon ECS
RunTask API
operation. |
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)
This structure specifies the network configuration for an ECS task.
|
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 task placement strategy for a task or service.
|
EcsParameters |
EcsParameters.withPlacementStrategy(PlacementStrategy... placementStrategy)
The task placement strategy for a task or service.
|
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<Map<String,String>> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
EcsParameters |
EcsParameters.withTags(Map<String,String>... 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 Amazon Resource Name (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)
The templated target type for the Amazon ECS
RunTask API
operation. |
Target |
Target.withEcsParameters(EcsParameters ecsParameters)
The templated target type for the Amazon ECS
RunTask API
operation. |
Copyright © 2025. All rights reserved.