Interface IClusterReference
A reference to a Cluster resource.
Namespace: Amazon.CDK.Interfaces.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IClusterReference
Syntax (vb)
Public Interface IClusterReference
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.EMR;
var clusterReference = new ClusterReference {
ClusterId = "clusterId"
};
Synopsis
Properties
| ClusterId | The Id of the Cluster resource. |
Properties
ClusterId
The Id of the Cluster resource.
string ClusterId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated