interface IntelligentPromptRouterReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Bedrock.IntelligentPromptRouterReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbedrock#IntelligentPromptRouterReference |
Java | software.amazon.awscdk.interfaces.bedrock.IntelligentPromptRouterReference |
Python | aws_cdk.interfaces.aws_bedrock.IntelligentPromptRouterReference |
TypeScript | aws-cdk-lib » interfaces » aws_bedrock » IntelligentPromptRouterReference |
A reference to a IntelligentPromptRouter resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as interfaces_aws_bedrock } from 'aws-cdk-lib/interfaces';
const intelligentPromptRouterReference: interfaces_aws_bedrock.IntelligentPromptRouterReference = {
promptRouterArn: 'promptRouterArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| prompt | string | The PromptRouterArn of the IntelligentPromptRouter resource. |
promptRouterArn
Type:
string
The PromptRouterArn of the IntelligentPromptRouter resource.

.NET
Go
Java
Python
TypeScript