Class HarnessReference
A reference to a Harness resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HarnessReference : IHarnessReference
Syntax (vb)
Public Class HarnessReference Implements IHarnessReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.BedrockAgentCore;
var harnessReference = new HarnessReference {
HarnessArn = "harnessArn"
};
Synopsis
Constructors
| HarnessReference() | A reference to a Harness resource. |
Properties
| HarnessArn | The Arn of the Harness resource. |
Constructors
HarnessReference()
A reference to a Harness resource.
public HarnessReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.BedrockAgentCore;
var harnessReference = new HarnessReference {
HarnessArn = "harnessArn"
};
Properties
HarnessArn
The Arn of the Harness resource.
public string HarnessArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated