FlowSummary
The basic information of the flow exluding its definition specifying the steps.
Contents
Note
In the following list, the required parameters are described first.
- Arn
-
The Amazon Resource Name (ARN) of the flow.
Type: String
Required: Yes
- CreatedTime
-
The time this flow was created.
Type: Timestamp
Required: Yes
- FlowId
-
The unique identifier of the flow.
Type: String
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}
Required: Yes
- Name
-
The display name of the flow.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- CreatedBy
-
The identifier of the principal who created the flow.
Type: String
Required: No
- Description
-
The description of the flow.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- LastPublishedAt
-
The last time this flow was published.
Type: Timestamp
Required: No
- LastPublishedBy
-
The identifier of the last principal who published the flow.
Type: String
Required: No
- LastUpdatedBy
-
The identifier of the last principal who updated the flow.
Type: String
Required: No
- LastUpdatedTime
-
The last time this flow was modified.
Type: Timestamp
Required: No
- PublishState
-
The publish state for the flow. The valid values are
DRAFT
,PUBLISHED
, orPENDING_APPROVAL
.Type: String
Valid Values:
PUBLISHED | DRAFT | PENDING_APPROVAL
Required: No
- RunCount
-
The number of runs done for the flow.
Type: Integer
Required: No
- UserCount
-
The number of users who have used the flow.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: