FlowVersionSummary - Amazon Bedrock
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: