AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::FlowAlias

CfnFlowAlias

Creates an alias of a flow for deployment. For more information, see [Deploy a flow in Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html) in the Amazon Bedrock User Guide.

Import

import { CfnFlowAlias } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnFlowAlias

Properties

Configuration passed to the constructor as CfnFlowAliasProps.

flowArnRequired
string

The Amazon Resource Name (ARN) of the alias.

nameRequired
string

The name of the alias.

routingConfigurationRequired
IResolvable | IResolvable | FlowAliasRoutingConfigurationListItemProperty[]

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

concurrencyConfigurationOptional
IResolvable | FlowAliasConcurrencyConfigurationProperty

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

descriptionOptional
string

A description of the alias.

tagsOptional
{ [key: string]: string }

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:. - [Tag naming limits and requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions) - [Tagging best practices](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-best-practices)

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter