Class WorkspaceReference
A reference to a Workspace resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated