Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IWorkspaceRef ¶
type IWorkspaceRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a Workspace resource.
// Experimental.
WorkspaceRef() *WorkspaceReference
}
Indicates that this resource can be referenced as a Workspace. Experimental.
type WorkspaceReference ¶
type WorkspaceReference struct {
// The Id of the Workspace resource.
WorkspaceId *string `field:"required" json:"workspaceId" yaml:"workspaceId"`
}
A reference to a Workspace resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
workspaceReference := &WorkspaceReference{
WorkspaceId: jsii.String("workspaceId"),
}
Click to show internal directories.
Click to hide internal directories.