PromptVersionReference

class aws_cdk.aws_bedrock.PromptVersionReference(*, prompt_version_arn)

Bases: object

A reference to a PromptVersion resource.

Parameters:

prompt_version_arn (str) – The Arn of the PromptVersion resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_bedrock as bedrock

prompt_version_reference = bedrock.PromptVersionReference(
    prompt_version_arn="promptVersionArn"
)

Attributes

prompt_version_arn

The Arn of the PromptVersion resource.