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<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.