TaskTemplateMetadata
Contains summary information about the task template.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the task template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: No
- CreatedTime
-
The timestamp when the task template was created.
Type: Timestamp
Required: No
- Description
-
The description of the task template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Id
-
A unique identifier for the task template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: No
- LastModifiedTime
-
The timestamp when the task template was last modified.
Type: Timestamp
Required: No
- Name
-
The name of the task template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- Status
-
Marks a template as
ACTIVE
orINACTIVE
for a task to refer to it. Tasks can only be created fromACTIVE
templates. If a template is marked asINACTIVE
, then a task that refers to this template cannot be created.Type: String
Valid Values:
ACTIVE | INACTIVE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: