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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnOdbNetwork.ZeroEtlAccessProperty
static final class
An implementation forCfnOdbNetwork.ZeroEtlAccessProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidr
The CIDR block for the Zero-ETL access.- See Also:
-
getStatus
The status of the Zero-ETL access.Valid Values:
enabled | disabled
- See Also:
-
builder
-