Skip to content

Bedrock Agent  >  Operations  >  get_flow_alias

get_flow_alias

Operation

get_flow_alias async

get_flow_alias(input: GetFlowAliasInput, plugins: list[Plugin] | None = None) -> GetFlowAliasOutput

Retrieves information about a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Parameters:

Name Type Description Default
input GetFlowAliasInput

An instance of GetFlowAliasInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetFlowAliasOutput

An instance of GetFlowAliasOutput.

Input

GetFlowAliasInput dataclass

Dataclass for GetFlowAliasInput structure.

Attributes

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

The unique identifier of the alias for which to retrieve information.

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

The unique identifier of the flow that the alias belongs to.

Output

GetFlowAliasOutput dataclass

Dataclass for GetFlowAliasOutput structure.

Attributes

arn instance-attribute
arn: str

The Amazon Resource Name (ARN) of the flow.

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

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

created_at instance-attribute
created_at: datetime

The time at which the flow was created.

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

The description of the flow.

flow_id instance-attribute
flow_id: str

The unique identifier of the flow that the alias belongs to.

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]

Contains information about the version that the alias is mapped to.

updated_at instance-attribute
updated_at: datetime

The time at which the alias was last updated.