Interface CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty

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

@Stability(Stable) public static interface CfnNetworkMigrationDefinitionPropsMixin.TargetNetworkProperty extends software.amazon.jsii.JsiiSerializable
Configuration for the target network topology and addressing.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.mgn.*;
 TargetNetworkProperty targetNetworkProperty = TargetNetworkProperty.builder()
         .inboundCidr("inboundCidr")
         .inspectionCidr("inspectionCidr")
         .outboundCidr("outboundCidr")
         .topology("topology")
         .build();
 

See Also: