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: