GetCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation

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

Constructors

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

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

Functions

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