Show / Hide Table of Contents

Class HarnessReference

A reference to a Harness resource.

Inheritance
object
HarnessReference
Implements
IHarnessReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IHarnessReference
Back to top Generated by DocFX