RuntimeReference

class aws_cdk.interfaces.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.interfaces import aws_bedrockagentcore as interfaces_aws_bedrockagentcore

runtime_reference = interfaces_aws_bedrockagentcore.RuntimeReference(
    agent_runtime_id="agentRuntimeId"
)

Attributes

agent_runtime_id

The AgentRuntimeId of the Runtime resource.