HarnessEndpointReference

class aws_cdk.interfaces.aws_bedrockagentcore.HarnessEndpointReference(*, harness_endpoint_arn)

Bases: object

A reference to a HarnessEndpoint resource.

Parameters:

harness_endpoint_arn (str) – The Arn of the HarnessEndpoint 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_bedrockagentcore

harness_endpoint_reference = interfaces_bedrockagentcore.HarnessEndpointReference(
    harness_endpoint_arn="harnessEndpointArn"
)

Attributes

harness_endpoint_arn

The Arn of the HarnessEndpoint resource.