Schedule Ecs Parameters Args
The custom parameters to be used when the target is an Amazon ECS task.
Constructors
Properties
The capacity provider strategy to use for the task.
Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.
Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.
Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE
value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon ECS Developer Guide .
This structure specifies the network configuration for an ECS task.
An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).
The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.
Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.
Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the Amazon ECS TagResource
API action.
The reference ID to use for the task.
The ARN of the task definition to use if the event target is an Amazon ECS task.