RuntimeReference

class aws_cdk.aws_bedrockagentcore.RuntimeReference(*, agent_runtime_id)

Bases: object

A reference to a Runtime resource.

Parameters:

agent_runtime_id (str) – The AgentRuntimeId of the Runtime 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_reference = bedrockagentcore.RuntimeReference(
    agent_runtime_id="agentRuntimeId"
)

Attributes

agent_runtime_id

The AgentRuntimeId of the Runtime resource.