interface HyperPodPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnConnectionPropsMixin_HyperPodPropertiesInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnConnectionPropsMixin.HyperPodPropertiesInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » 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 { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const hyperPodPropertiesInputProperty: datazone_mixins.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