IntelligentPromptRouterReference

class aws_cdk.aws_bedrock.IntelligentPromptRouterReference(*, prompt_router_arn)

Bases: object

A reference to a IntelligentPromptRouter resource.

Parameters:

prompt_router_arn (str) – The PromptRouterArn of the IntelligentPromptRouter 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

intelligent_prompt_router_reference = bedrock.IntelligentPromptRouterReference(
    prompt_router_arn="promptRouterArn"
)

Attributes

prompt_router_arn

The PromptRouterArn of the IntelligentPromptRouter resource.