data class SiteArgs(val description: Output<String>? = null, val globalNetworkId: Output<String>? = null, val location: Output<SiteLocationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<SiteArgs>
The AWS::NetworkManager::Site type describes a site.