Interface HarnessReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HarnessReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-11T16:21:52.550Z")
@Stability(Stable)
public interface HarnessReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Harness resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.bedrockagentcore.*;
HarnessReference harnessReference = HarnessReference.builder()
.harnessArn("harnessArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forHarnessReferencestatic final classAn implementation forHarnessReference -
Method Summary
Modifier and TypeMethodDescriptionstatic HarnessReference.Builderbuilder()The Arn of the Harness resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHarnessArn
The Arn of the Harness resource. -
builder
- Returns:
- a
HarnessReference.BuilderofHarnessReference
-