Interface CfnCoreNetwork.CoreNetworkEdgeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCoreNetwork.CoreNetworkEdgeProperty.Jsii$Proxy
Enclosing class:
CfnCoreNetwork

@Stability(Stable) public static interface CfnCoreNetwork.CoreNetworkEdgeProperty extends software.amazon.jsii.JsiiSerializable
Describes a core network edge.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.networkmanager.*;
 CoreNetworkEdgeProperty coreNetworkEdgeProperty = CoreNetworkEdgeProperty.builder()
         .asn(123)
         .edgeLocation("edgeLocation")
         .insideCidrBlocks(List.of("insideCidrBlocks"))
         .build();