FlowVersionSummary
Contains information about a version of a flow.
This data type is used in the following API operations:
Contents
- arn
-
The Amazon Resource Name (ARN) of the flow that the version belongs to.
Type: String
Pattern:
^arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}$
Required: Yes
- createdAt
-
The time at the version was created.
Type: Timestamp
Required: Yes
- id
-
The unique identifier of the flow.
Type: String
Pattern:
^[0-9a-zA-Z]{10}$
Required: Yes
- status
-
The status of the flow.
Type: String
Valid Values:
Failed | Prepared | Preparing | NotPrepared
Required: Yes
- version
-
The version of the flow.
Type: String
Pattern:
^[0-9]{1,5}$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: