CoreNetworkArgs

data class CoreNetworkArgs(val description: Output<String>? = null, val globalNetworkId: Output<String>? = null, val policyDocument: Output<Any>? = null, val tags: Output<List<CoreNetworkTagArgs>>? = null) : ConvertibleToJava<CoreNetworkArgs>

AWS::NetworkManager::CoreNetwork Resource Type Definition.

Constructors

Link copied to clipboard
fun CoreNetworkArgs(description: Output<String>? = null, globalNetworkId: Output<String>? = null, policyDocument: Output<Any>? = null, tags: Output<List<CoreNetworkTagArgs>>? = null)

Functions

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

Properties

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

The description of core network

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

The ID of the global network that your core network is a part of.

Link copied to clipboard
val policyDocument: Output<Any>? = null

Live policy document for the core network, you must provide PolicyDocument in Json Format

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

The tags for the global network.