class Aws::NetworkManager::Types::CreateSiteRequest

@note When making an API call, you may pass CreateSiteRequest

data as a hash:

    {
      global_network_id: "String", # required
      description: "String",
      location: {
        address: "String",
        latitude: "String",
        longitude: "String",
      },
      tags: [
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] global_network_id

The ID of the global network.
@return [String]

@!attribute [rw] description

A description of your site.

Length Constraints: Maximum length of 256 characters.
@return [String]

@!attribute [rw] location

The site location. This information is used for visualization in the
Network Manager console. If you specify the address, the latitude
and longitude are automatically calculated.

* `Address`\: The physical address of the site.

* `Latitude`\: The latitude of the site.

* `Longitude`\: The longitude of the site.
@return [Types::Location]

@!attribute [rw] tags

The tags to apply to the resource during creation.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateSiteRequest AWS API Documentation

Constants

SENSITIVE