interface IntelligentPromptRouterReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.IntelligentPromptRouterReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#IntelligentPromptRouterReference |
![]() | software.amazon.awscdk.services.bedrock.IntelligentPromptRouterReference |
![]() | aws_cdk.aws_bedrock.IntelligentPromptRouterReference |
![]() | aws-cdk-lib » 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 bedrock } from 'aws-cdk-lib';
const intelligentPromptRouterReference: 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.