RuntimeEndpointReference
- class aws_cdk.interfaces.aws_bedrockagentcore.RuntimeEndpointReference(*, agent_runtime_endpoint_arn)
Bases:
objectA 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.interfaces import aws_bedrockagentcore as interfaces_aws_bedrockagentcore runtime_endpoint_reference = interfaces_aws_bedrockagentcore.RuntimeEndpointReference( agent_runtime_endpoint_arn="agentRuntimeEndpointArn" )
Attributes
- agent_runtime_endpoint_arn
The AgentRuntimeEndpointArn of the RuntimeEndpoint resource.