FlowAliasSummary - 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.

FlowAliasSummary

Contains information about an alias of a flow.

This data type is used in the following API operations:

Contents

arn

The Amazon Resource Name (ARN) of the alias.

Type: String

Pattern: arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/(TSTALIASID|[0-9a-zA-Z]{10})

Required: Yes

createdAt

The time at which the alias was created.

Type: Timestamp

Required: Yes

flowId

The unique identifier of the flow.

Type: String

Pattern: [0-9a-zA-Z]{10}

Required: Yes

id

The unique identifier of the alias of the flow.

Type: String

Pattern: (TSTALIASID|[0-9a-zA-Z]{10})

Required: Yes

name

The name of the alias.

Type: String

Pattern: ([0-9a-zA-Z][_-]?){1,100}

Required: Yes

routingConfiguration

A list of configurations about the versions that the alias maps to. Currently, you can only specify one.

Type: Array of FlowAliasRoutingConfigurationListItem objects

Array Members: Fixed number of 1 item.

Required: Yes

updatedAt

The time at which the alias was last updated.

Type: Timestamp

Required: Yes

concurrencyConfiguration

The configuration that specifies how nodes in the flow are executed concurrently.

Type: FlowAliasConcurrencyConfiguration object

Required: No

description

A description of the alias.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: