Skip to content

Bedrock Agent  >  Structures  >  FlowAliasSummary

FlowAliasSummary

Structure Class

FlowAliasSummary dataclass

Contains information about an alias of a flow.

This data type is used in the following API operations:

Attributes

arn instance-attribute
arn: str

The Amazon Resource Name (ARN) of the alias.

concurrency_configuration class-attribute instance-attribute
concurrency_configuration: FlowAliasConcurrencyConfiguration | None = None

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

created_at instance-attribute
created_at: datetime

The time at which the alias was created.

description class-attribute instance-attribute
description: str | None = None

A description of the alias.

flow_id instance-attribute
flow_id: str

The unique identifier of the flow.

id instance-attribute
id: str

The unique identifier of the alias of the flow.

name instance-attribute
name: str

The name of the alias.

routing_configuration instance-attribute
routing_configuration: list[FlowAliasRoutingConfigurationListItem]

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

updated_at instance-attribute
updated_at: datetime

The time at which the alias was last updated.