AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::IntelligentPromptRouter

Bedrock IntelligentPromptRouter

Definition of AWS::Bedrock::IntelligentPromptRouter Resource Type

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
FallbackModel
PromptRouterTargetModel
RequiredCreate-only
Models
Array<PromptRouterTargetModel>
RequiredCreate-only
PromptRouterName
string
RequiredCreate-only
RoutingCriteria
RoutingCriteria
RequiredCreate-only
Description
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringTime Stamp
PromptRouterArnstringArn of the Prompt Router.
Statusstring-
Typestring-
UpdatedAtstringTime Stamp

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:CreatePromptRouterbedrock:GetPromptRouterbedrock:TagResourcebedrock:ListTagsForResource

read

bedrock:GetPromptRouterbedrock:ListTagsForResource

update

bedrock:GetPromptRouterbedrock:ListTagsForResourcebedrock:TagResourcebedrock:UntagResource

delete

bedrock:DeletePromptRouterbedrock:GetPromptRouter

list

bedrock:ListPromptRouters

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties11
Required4
TaggingSupported
Primary IDPromptRouterArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FallbackModelModelsPromptRouterNameRoutingCriteriaDescription

External Links