# AWS::NetworkManager::Device Location The site location. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Address" : String,
    "Latitude" : String,
    "Longitude" : String
}
### YAML
Address: String
Latitude: String
Longitude: String
## Properties #### Address The physical address. _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) #### Latitude The latitude. _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) #### Longitude The longitude. _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)