Class CfnConnection.HyperPodPropertiesInputProperty
The hyper pod properties of a AWS Glue properties patch.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.HyperPodPropertiesInputProperty : CfnConnection.IHyperPodPropertiesInputProperty
Syntax (vb)
Public Class CfnConnection.HyperPodPropertiesInputProperty Implements 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
Constructors
| HyperPodPropertiesInputProperty() | The hyper pod properties of a AWS Glue properties patch. |
Properties
| ClusterName | The cluster name the hyper pod properties. |
Constructors
HyperPodPropertiesInputProperty()
The hyper pod properties of a AWS Glue properties patch.
public HyperPodPropertiesInputProperty()
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"
};
Properties
ClusterName
The cluster name the hyper pod properties.
public string ClusterName { get; set; }