AWS::Bedrock::FlowAliasCreates 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 { CfnFlowAlias } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnFlowAliasConfiguration passed to the constructor as CfnFlowAliasProps.
flowArnRequiredstringThe Amazon Resource Name (ARN) of the alias.
nameRequiredstringThe name of the alias.
routingConfigurationRequiredIResolvable | IResolvable | FlowAliasRoutingConfigurationListItemProperty[]A list of configurations about the versions that the alias maps to. Currently, you can only specify one.
concurrencyConfigurationOptionalIResolvable | FlowAliasConcurrencyConfigurationPropertyThe configuration that specifies how nodes in the flow are executed concurrently.
descriptionOptionalstringA 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)
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::FlowAlias