copy_task_definitions#
- ProjectApi.copy_task_definitions(task_definitions, wait=True)#
Create task definitions by copying existing task definitions.
- Return type:
- Parameters:
- task_definitions
List
[TaskDefinition
] List of task definitions. Note that only the
id
field of theTaskDefinition
objects must be filled. Other fields can be empty.- waitbool
Whether to wait for the copy to complete. The default is
True
.
- task_definitions
- Returns: