task Properties
Parameters
value
An object that contains the properties for the Amazon ECS task definition of a job.
This object is currently limited to one task element. However, the task element can run up to 10 containers.
Parameters
values
An object that contains the properties for the Amazon ECS task definition of a job.
This object is currently limited to one task element. However, the task element can run up to 10 containers.
suspend fun taskProperties(argument: List<suspend JobDefinitionEcsTaskPropertiesArgsBuilder.() -> Unit>)
suspend fun taskProperties(vararg argument: suspend JobDefinitionEcsTaskPropertiesArgsBuilder.() -> Unit)
Parameters
argument
An object that contains the properties for the Amazon ECS task definition of a job.
This object is currently limited to one task element. However, the task element can run up to 10 containers.