@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / IPrompt
Represents a Prompt, either created with CDK or imported.
readonly
optional
kmsKey:IKey
Optional KMS encryption key associated with this prompt.
readonly
promptArn:string
The ARN of the prompt.
"arn:aws:bedrock:us-east-1:123456789012:prompt/PROMPT12345"
readonly
promptId:string
The ID of the prompt.
"PROMPT12345"
promptVersion:
string
The version of the prompt.
- "DRAFT"