Global Network Args
data class GlobalNetworkArgs(val createdAt: Output<String>? = null, val description: Output<String>? = null, val state: Output<String>? = null, val tags: Output<List<GlobalNetworkTagArgs>>? = 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
fun GlobalNetworkArgs(createdAt: Output<String>? = null, description: Output<String>? = null, state: Output<String>? = null, tags: Output<List<GlobalNetworkTagArgs>>? = null)