Interface CfnCoreNetwork.SegmentsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCoreNetwork.SegmentsProperty.Jsii$Proxy
- Enclosing class:
CfnCoreNetwork
@Stability(Stable)
public static interface CfnCoreNetwork.SegmentsProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
SegmentsProperty segmentsProperty = SegmentsProperty.builder()
.sendTo(List.of("sendTo"))
.sendVia(List.of("sendVia"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCoreNetwork.SegmentsPropertystatic final classAn implementation forCfnCoreNetwork.SegmentsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSendTo
- See Also:
-
getSendVia
- See Also:
-
builder
-