interface ZeroEtlAccessProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_odb.CfnOdbNetwork.ZeroEtlAccessProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnOdbNetwork_ZeroEtlAccessProperty | 
|  Java | software.amazon.awscdk.services.odb.CfnOdbNetwork.ZeroEtlAccessProperty | 
|  Python | aws_cdk.aws_odb.CfnOdbNetwork.ZeroEtlAccessProperty | 
|  TypeScript | aws-cdk-lib»aws_odb»CfnOdbNetwork»ZeroEtlAccessProperty | 
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 { aws_odb as odb } from 'aws-cdk-lib';
const zeroEtlAccessProperty: odb.CfnOdbNetwork.ZeroEtlAccessProperty = {
  cidr: 'cidr',
  status: 'status',
};
Properties
| Name | Type | Description | 
|---|---|---|
| cidr? | string | The CIDR block for the Zero-ETL access. | 
| status? | string | The status of the Zero-ETL access. | 
cidr?
Type:
string
(optional)
The CIDR block for the Zero-ETL access.
status?
Type:
string
(optional)
The status of the Zero-ETL access.
Valid Values: enabled | disabled
