

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::Route53::RecordSet Coordinates
<a name="aws-properties-route53-recordset-coordinates"></a>

 A complex type that lists the coordinates for a geoproximity resource record. 

## Syntax
<a name="aws-properties-route53-recordset-coordinates-syntax"></a>

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

### JSON
<a name="aws-properties-route53-recordset-coordinates-syntax.json"></a>

```
{
  "[Latitude](#cfn-route53-recordset-coordinates-latitude)" : String,
  "[Longitude](#cfn-route53-recordset-coordinates-longitude)" : String
}
```

### YAML
<a name="aws-properties-route53-recordset-coordinates-syntax.yaml"></a>

```
  [Latitude](#cfn-route53-recordset-coordinates-latitude): String
  [Longitude](#cfn-route53-recordset-coordinates-longitude): String
```

## Properties
<a name="aws-properties-route53-recordset-coordinates-properties"></a>

`Latitude`  <a name="cfn-route53-recordset-coordinates-latitude"></a>
 Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).   
*Required*: Yes  
*Type*: String  
*Pattern*: `[-+]?[0-9]{1,2}(\.[0-9]{0,2})?`  
*Minimum*: `1`  
*Maximum*: `6`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Longitude`  <a name="cfn-route53-recordset-coordinates-longitude"></a>
 Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).   
*Required*: Yes  
*Type*: String  
*Pattern*: `[-+]?[0-9]{1,3}(\.[0-9]{0,2})?`  
*Minimum*: `1`  
*Maximum*: `7`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)