WorkflowListItem
A workflow.
Contents
- arn
-
The workflow's ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
arn:.+
Required: No
- creationTime
-
When the workflow was created.
Type: Timestamp
Required: No
- digest
-
The workflow's digest.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
- id
-
The workflow's ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 18.
Pattern:
[0-9]+
Required: No
- metadata
-
Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- name
-
The workflow's name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+
Required: No
- status
-
The workflow's status.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Valid Values:
CREATING | ACTIVE | UPDATING | DELETED | FAILED | INACTIVE
Required: No
- type
-
The workflow's type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Valid Values:
PRIVATE | READY2RUN
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: