interface HyperPodPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataZone.CfnConnection.HyperPodPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnConnection_HyperPodPropertiesInputProperty |
Java | software.amazon.awscdk.services.datazone.CfnConnection.HyperPodPropertiesInputProperty |
Python | aws_cdk.aws_datazone.CfnConnection.HyperPodPropertiesInputProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnConnection » 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-lib';
const hyperPodPropertiesInputProperty: datazone.CfnConnection.HyperPodPropertiesInputProperty = {
clusterName: 'clusterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The cluster name the hyper pod properties. |
clusterName
Type:
string
The cluster name the hyper pod properties.

.NET
Go
Java
Python
TypeScript