HarnessReference

class aws_cdk.interfaces.aws_bedrockagentcore.HarnessReference(*, harness_arn)

Bases: object

A reference to a Harness resource.

Parameters:

harness_arn (str) – The Arn of the Harness 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_reference = interfaces_bedrockagentcore.HarnessReference(
    harness_arn="harnessArn"
)

Attributes

harness_arn

The Arn of the Harness resource.