

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

# AWS::DataZone::DataSource RedshiftClusterStorage
<a name="aws-properties-datazone-datasource-redshiftclusterstorage"></a>

The details of the Amazon Redshift cluster storage.

## Syntax
<a name="aws-properties-datazone-datasource-redshiftclusterstorage-syntax"></a>

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

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

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

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

```
  [ClusterName](#cfn-datazone-datasource-redshiftclusterstorage-clustername): String
```

## Properties
<a name="aws-properties-datazone-datasource-redshiftclusterstorage-properties"></a>

`ClusterName`  <a name="cfn-datazone-datasource-redshiftclusterstorage-clustername"></a>
The name of an Amazon Redshift cluster.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[0-9a-z].[a-z0-9\-]*$`  
*Minimum*: `1`  
*Maximum*: `63`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)