| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.clone() |
PipeTargetEcsTaskParameters |
PipeTargetParameters.getEcsTaskParameters()
The parameters for using an Amazon ECS task as a target.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withEnableECSManagedTags(Boolean enableECSManagedTags)
Specifies whether to enable Amazon ECS managed tags for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withEnableExecuteCommand(Boolean enableExecuteCommand)
Whether or not to enable the execute command functionality for the containers in this task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withGroup(String group)
Specifies an Amazon ECS task group for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withLaunchType(LaunchType launchType)
Specifies the launch type on which your task is running.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withLaunchType(String launchType)
Specifies the launch type on which your task is running.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the Amazon ECS task uses the
awsvpc network mode. |
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withOverrides(EcsTaskOverride overrides)
The overrides that are associated with a task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPlatformVersion(String platformVersion)
Specifies the platform version for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPropagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withPropagateTags(String propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withReferenceId(String referenceId)
The reference ID to use for the task.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withTags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.withTaskCount(Integer taskCount)
The number of tasks to create based on
TaskDefinition. |
PipeTargetEcsTaskParameters |
PipeTargetEcsTaskParameters.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 |
PipeTargetParameters.setEcsTaskParameters(PipeTargetEcsTaskParameters ecsTaskParameters)
The parameters for using an Amazon ECS task as a target.
|
PipeTargetParameters |
PipeTargetParameters.withEcsTaskParameters(PipeTargetEcsTaskParameters ecsTaskParameters)
The parameters for using an Amazon ECS task as a target.
|
Copyright © 2022. All rights reserved.