AWS::Bedrock::DefaultPromptRouterDefinition of AWS::Bedrock::DefaultPromptRouter Resource Type
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp when the default prompt router was created. |
Description | string | The description of the default prompt router. |
FallbackModel | PromptRouterTargetModel | - |
Models | Array<PromptRouterTargetModel> | A list of foundation models that the default prompt router can route requests to. |
PromptRouterArn | string | The Amazon Resource Name (ARN) of the default prompt router. |
PromptRouterId | string | The unique identifier of the default prompt router, extracted from the ARN. |
PromptRouterName | string | The name of the default prompt router. |
RoutingCriteria | RoutingCriteria | - |
Status | string | The status of the default prompt router. |
Type | string | The type of the prompt router. |
UpdatedAt | string | The timestamp when the default prompt router was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::DefaultPromptRouter
Resources:
MyResource:
Type: AWS::Bedrock::DefaultPromptRouter
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:GetPromptRouterbedrock:ListPromptRoutersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPromptRouterArn