AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::DefaultPromptRouter

Bedrock DefaultPromptRouter

Definition of AWS::Bedrock::DefaultPromptRouter Resource Type

Return Values

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

AttributeTypeDescription
CreatedAtstringThe timestamp when the default prompt router was created.
DescriptionstringThe description of the default prompt router.
FallbackModelPromptRouterTargetModel-
ModelsArray<PromptRouterTargetModel>A list of foundation models that the default prompt router can route requests to.
PromptRouterArnstringThe Amazon Resource Name (ARN) of the default prompt router.
PromptRouterIdstringThe unique identifier of the default prompt router, extracted from the ARN.
PromptRouterNamestringThe name of the default prompt router.
RoutingCriteriaRoutingCriteria-
StatusstringThe status of the default prompt router.
TypestringThe type of the prompt router.
UpdatedAtstringThe timestamp when the default prompt router was last updated.

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::DefaultPromptRouter

Resources:
  MyResource:
    Type: AWS::Bedrock::DefaultPromptRouter
    Properties:

Required IAM Permissions

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

read

bedrock: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
Required0
TaggingNot supported
Primary IDPromptRouterArn

Supported Operations

ReadList

External Links