Interface CfnCoreNetwork.CoreNetworkNetworkFunctionGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCoreNetwork.CoreNetworkNetworkFunctionGroupProperty.Jsii$Proxy
- Enclosing class:
CfnCoreNetwork
@Stability(Stable)
public static interface CfnCoreNetwork.CoreNetworkNetworkFunctionGroupProperty
extends software.amazon.jsii.JsiiSerializable
Describes a network function group.
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.*;
CoreNetworkNetworkFunctionGroupProperty coreNetworkNetworkFunctionGroupProperty = CoreNetworkNetworkFunctionGroupProperty.builder()
.edgeLocations(List.of("edgeLocations"))
.name("name")
.segments(SegmentsProperty.builder()
.sendTo(List.of("sendTo"))
.sendVia(List.of("sendVia"))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCoreNetwork.CoreNetworkNetworkFunctionGroupPropertystatic final classAn implementation forCfnCoreNetwork.CoreNetworkNetworkFunctionGroupProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEdgeLocations
The core network edge locations.- See Also:
-
getName
The name of the network function group.- See Also:
-
getSegments
The segments associated with the network function group.- See Also:
-
builder
-