Class WALWorkspaceReference
A reference to a WALWorkspace resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WALWorkspaceReference : IWALWorkspaceReference
Syntax (vb)
Public Class WALWorkspaceReference Implements IWALWorkspaceReference
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.AWS.EMR;
var wALWorkspaceReference = new WALWorkspaceReference {
WalWorkspaceName = "walWorkspaceName"
};
Synopsis
Constructors
WALWorkspaceReference() | A reference to a WALWorkspace resource. |
Properties
WalWorkspaceName | The WALWorkspaceName of the WALWorkspace resource. |
Constructors
WALWorkspaceReference()
A reference to a WALWorkspace resource.
public WALWorkspaceReference()
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.AWS.EMR;
var wALWorkspaceReference = new WALWorkspaceReference {
WalWorkspaceName = "walWorkspaceName"
};
Properties
WalWorkspaceName
The WALWorkspaceName of the WALWorkspace resource.
public string WalWorkspaceName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated