Interface CfnOdbNetwork.ZeroEtlAccessProperty

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

@Stability(Stable) public static interface CfnOdbNetwork.ZeroEtlAccessProperty extends software.amazon.jsii.JsiiSerializable
The configuration for Zero-ETL access from the ODB network.

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.odb.*;
 ZeroEtlAccessProperty zeroEtlAccessProperty = ZeroEtlAccessProperty.builder()
         .cidr("cidr")
         .status("status")
         .build();
 

See Also: