interface PromptVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.PromptVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#PromptVersionReference |
Java | software.amazon.awscdk.services.bedrock.PromptVersionReference |
Python | aws_cdk.aws_bedrock.PromptVersionReference |
TypeScript | aws-cdk-lib » aws_bedrock » PromptVersionReference |
A reference to a PromptVersion 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 promptVersionReference: bedrock.PromptVersionReference = {
promptVersionArn: 'promptVersionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| prompt | string | The Arn of the PromptVersion resource. |
promptVersionArn
Type:
string
The Arn of the PromptVersion resource.

.NET
Go
Java
Python
TypeScript