AWS::Bedrock::FlowAliasDefinition of AWS::Bedrock::FlowAlias Resource Type
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FlowArn | string | RequiredCreate-only |
Name | string | Required |
RoutingConfiguration | Array<FlowAliasRoutingConfigurationListItem> | Required |
ConcurrencyConfiguration | FlowAliasConcurrencyConfiguration | |
Description | string | |
Tags | TagsMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Arn of the Flow Alias |
CreatedAt | string | Time Stamp. |
FlowId | string | Identifier for a flow resource. |
Id | string | Id for a Flow Alias generated at the server side. |
UpdatedAt | string | Time Stamp. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::FlowAlias
Resources:
MyResource:
Type: AWS::Bedrock::FlowAlias
Properties:
Name: "my-name"
FlowArn: "arn:aws:service:region:account:resource"
RoutingConfiguration: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreateFlowAliasbedrock:GetFlowAliasbedrock:TagResourcebedrock:ListTagsForResourcebedrock:GetFlowAliasbedrock:ListTagsForResourcebedrock:UpdateFlowAliasbedrock:GetFlowAliasbedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcebedrock:DeleteFlowAliasbedrock:ListFlowAliasesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FlowArn