Interface CfnConnectionPropsMixin.HyperPodPropertiesInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.HyperPodPropertiesInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.HyperPodPropertiesInputProperty
extends software.amazon.jsii.JsiiSerializable
The hyper pod properties of a AWS Glue properties patch.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
HyperPodPropertiesInputProperty hyperPodPropertiesInputProperty = HyperPodPropertiesInputProperty.builder()
.clusterName("clusterName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.HyperPodPropertiesInputPropertystatic final classAn implementation forCfnConnectionPropsMixin.HyperPodPropertiesInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterName
The cluster name the hyper pod properties.- See Also:
-
builder
-