AWS::Bedrock::IntelligentPromptRouterDefinition of AWS::Bedrock::IntelligentPromptRouter Resource Type
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FallbackModel | PromptRouterTargetModel | RequiredCreate-only |
Models | Array<PromptRouterTargetModel> | RequiredCreate-only |
PromptRouterName | string | RequiredCreate-only |
RoutingCriteria | RoutingCriteria | RequiredCreate-only |
Description | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | Time Stamp |
PromptRouterArn | string | Arn of the Prompt Router. |
Status | string | - |
Type | string | - |
UpdatedAt | string | Time Stamp |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::IntelligentPromptRouter
Resources:
MyResource:
Type: AWS::Bedrock::IntelligentPromptRouter
Properties:
FallbackModel: "value"
Models: []
PromptRouterName: "my-promptroutername"
RoutingCriteria: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreatePromptRouterbedrock:GetPromptRouterbedrock:TagResourcebedrock:ListTagsForResourcebedrock:GetPromptRouterbedrock:ListTagsForResourcebedrock:GetPromptRouterbedrock:ListTagsForResourcebedrock:TagResourcebedrock:UntagResourcebedrock:DeletePromptRouterbedrock:GetPromptRouterbedrock:ListPromptRoutersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPromptRouterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FallbackModelModelsPromptRouterNameRoutingCriteriaDescription