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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCoreNetwork.CoreNetworkEdgePropertystatic final classAn implementation forCfnCoreNetwork.CoreNetworkEdgeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAsn
The ASN of a core network edge.- See Also:
-
getEdgeLocation
The Region where a core network edge is located.- See Also:
-
getInsideCidrBlocks
The inside IP addresses used for core network edges.- See Also:
-
builder
-