copy_task_definition_templates#
- JmsApi.copy_task_definition_templates(templates, wait=True)#
Create task definition templates by copying existing templates.
- Return type:
- Parameters:
- templates
List[TaskDefinitionTemplate] List of task definition template. Note that only the
idfield ofTaskDefinitionTemplateobjects must be filled. The other fields can be empty.- waitbool,
optional Whether to wait for the copy to complete. The default is
True.
- templates
- Returns: