Core Network Args
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)