interface HyperPodPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnConnectionPropsMixin_HyperPodPropertiesInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » CfnConnectionPropsMixin » HyperPodPropertiesInputProperty |
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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const hyperPodPropertiesInputProperty: datazone.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty = {
clusterName: 'clusterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The cluster name the hyper pod properties. |
clusterName?
Type:
string
(optional)
The cluster name the hyper pod properties.

.NET
Go
Java
Python
TypeScript