IntelligentPromptRouterReference

class aws_cdk.interfaces.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.interfaces import aws_bedrock as interfaces_aws_bedrock

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

Attributes

prompt_router_arn

The PromptRouterArn of the IntelligentPromptRouter resource.