

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DataZone::Connection HyperPodPropertiesInput
<a name="aws-properties-datazone-connection-hyperpodpropertiesinput"></a>

The hyper pod properties of a Amazon Glue properties patch.

## Syntax
<a name="aws-properties-datazone-connection-hyperpodpropertiesinput-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-datazone-connection-hyperpodpropertiesinput-syntax.json"></a>

```
{
  "[ClusterName](#cfn-datazone-connection-hyperpodpropertiesinput-clustername)" : {{String}}
}
```

### YAML
<a name="aws-properties-datazone-connection-hyperpodpropertiesinput-syntax.yaml"></a>

```
  [ClusterName](#cfn-datazone-connection-hyperpodpropertiesinput-clustername): {{String}}
```

## Properties
<a name="aws-properties-datazone-connection-hyperpodpropertiesinput-properties"></a>

`ClusterName`  <a name="cfn-datazone-connection-hyperpodpropertiesinput-clustername"></a>
The cluster name the hyper pod properties.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9](-*[a-zA-Z0-9])*$`  
*Minimum*: `1`  
*Maximum*: `63`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)