CoreNetworkArgs

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

AWS::NetworkManager::CoreNetwork Resource Type Definition.

Constructors

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

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 Search the CloudFormation User Guide for AWS::NetworkManager::CoreNetwork for more information about the expected schema for this property.

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(): CoreNetworkArgs