GlobalNetworkArgs

data class GlobalNetworkArgs(val createdAt: Output<String>? = null, val description: Output<String>? = null, val state: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<GlobalNetworkArgs>

The AWS::NetworkManager::GlobalNetwork type specifies a global network of the user's account

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

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

Properties

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

The date and time that the global network was created.

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

The description of the global network.

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

The state of the global network.

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

The tags for the global network.

Functions

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