Interface CfnConnection.IHyperPodPropertiesInputProperty
The hyper pod properties of a AWS Glue properties patch.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IHyperPodPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.IHyperPodPropertiesInputProperty
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.DataZone;
var hyperPodPropertiesInputProperty = new HyperPodPropertiesInputProperty {
ClusterName = "clusterName"
};
Synopsis
Properties
| ClusterName | The cluster name the hyper pod properties. |
Properties
ClusterName
The cluster name the hyper pod properties.
string ClusterName { get; }