Site Args
data class SiteArgs(val description: Output<String>? = null, val globalNetworkId: Output<String>? = null, val location: Output<SiteLocationArgs>? = null, val tags: Output<List<SiteTagArgs>>? = null) : ConvertibleToJava<SiteArgs>
The AWS::NetworkManager::Site type describes a site.
Constructors
Link copied to clipboard
fun SiteArgs(description: Output<String>? = null, globalNetworkId: Output<String>? = null, location: Output<SiteLocationArgs>? = null, tags: Output<List<SiteTagArgs>>? = null)