GetCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation

data class GetCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation(val asn: String? = null, val insideCidrBlocks: List<String>? = null, val location: String)

Constructors

constructor(asn: String? = null, insideCidrBlocks: List<String>? = null, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: String? = null

ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from asn_ranges

Link copied to clipboard

The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from inside_cidr_blocks.

Link copied to clipboard