Show / Hide Table of Contents

Class WorkspaceReference

A reference to a Workspace resource.

Inheritance
object
WorkspaceReference
Implements
IWorkspaceReference
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.AWSExternalAnthropic
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WorkspaceReference : IWorkspaceReference
Syntax (vb)
Public Class WorkspaceReference Implements IWorkspaceReference
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.AWSExternalAnthropic;

            var workspaceReference = new WorkspaceReference {
                WorkspaceArn = "workspaceArn"
            };

Synopsis

Constructors

WorkspaceReference()

A reference to a Workspace resource.

Properties

WorkspaceArn

The Arn of the Workspace resource.

Constructors

WorkspaceReference()

A reference to a Workspace resource.

public WorkspaceReference()
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.AWSExternalAnthropic;

            var workspaceReference = new WorkspaceReference {
                WorkspaceArn = "workspaceArn"
            };

Properties

WorkspaceArn

The Arn of the Workspace resource.

public string WorkspaceArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IWorkspaceReference
Back to top Generated by DocFX