RuntimeEndpointReference

class aws_cdk.aws_bedrockagentcore.RuntimeEndpointReference(*, agent_runtime_endpoint_arn)

Bases: object

A reference to a RuntimeEndpoint resource.

Parameters:

agent_runtime_endpoint_arn (str) – The AgentRuntimeEndpointArn of the RuntimeEndpoint 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_bedrockagentcore as bedrockagentcore

runtime_endpoint_reference = bedrockagentcore.RuntimeEndpointReference(
    agent_runtime_endpoint_arn="agentRuntimeEndpointArn"
)

Attributes

agent_runtime_endpoint_arn

The AgentRuntimeEndpointArn of the RuntimeEndpoint resource.