SiteArgs

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.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, globalNetworkId: Output<String>? = null, location: Output<SiteLocationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the site.

Link copied to clipboard
val globalNetworkId: Output<String>? = null

The ID of the global network.

Link copied to clipboard
val location: Output<SiteLocationArgs>? = null

The location of the site.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the site.

Functions

Link copied to clipboard
open override fun toJava(): SiteArgs