

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::ElastiCache::ReplicationGroup ReadEndPoint
<a name="aws-properties-elasticache-replicationgroup-readendpoint"></a>

<a name="aws-properties-elasticache-replicationgroup-readendpoint-description"></a>The `ReadEndPoint` property type specifies Property description not available. for an [AWS::ElastiCache::ReplicationGroup](aws-resource-elasticache-replicationgroup.md).

## Syntax
<a name="aws-properties-elasticache-replicationgroup-readendpoint-syntax"></a>

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

### JSON
<a name="aws-properties-elasticache-replicationgroup-readendpoint-syntax.json"></a>

```
{
  "[Addresses](#cfn-elasticache-replicationgroup-readendpoint-addresses)" : {{String}},
  "[AddressesList](#cfn-elasticache-replicationgroup-readendpoint-addresseslist)" : {{[ String, ... ]}},
  "[Ports](#cfn-elasticache-replicationgroup-readendpoint-ports)" : {{String}},
  "[PortsList](#cfn-elasticache-replicationgroup-readendpoint-portslist)" : {{[ String, ... ]}}
}
```

### YAML
<a name="aws-properties-elasticache-replicationgroup-readendpoint-syntax.yaml"></a>

```
  [Addresses](#cfn-elasticache-replicationgroup-readendpoint-addresses): {{String}}
  [AddressesList](#cfn-elasticache-replicationgroup-readendpoint-addresseslist): {{
    - String}}
  [Ports](#cfn-elasticache-replicationgroup-readendpoint-ports): {{String}}
  [PortsList](#cfn-elasticache-replicationgroup-readendpoint-portslist): {{
    - String}}
```

## Properties
<a name="aws-properties-elasticache-replicationgroup-readendpoint-properties"></a>

`Addresses`  <a name="cfn-elasticache-replicationgroup-readendpoint-addresses"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AddressesList`  <a name="cfn-elasticache-replicationgroup-readendpoint-addresseslist"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Ports`  <a name="cfn-elasticache-replicationgroup-readendpoint-ports"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PortsList`  <a name="cfn-elasticache-replicationgroup-readendpoint-portslist"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)