CreateSiteRequest
public struct CreateSiteRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of your site. Length Constraints: Maximum length of 256 characters.
Declaration
Swift
public let description: String?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
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.
Declaration
Swift
public let location: Location?
-
The tags to apply to the resource during creation.
Declaration
Swift
public let tags: [Tag]?