interface ZeroEtlAccessProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ODB.Mixins.CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsodb/mixins#CfnOdbNetworkPropsMixin_ZeroEtlAccessProperty |
Java | software.amazon.awscdk.mixins.preview.services.odb.mixins.CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty |
Python | aws_cdk.mixins_preview.aws_odb.mixins.CfnOdbNetworkPropsMixin.ZeroEtlAccessProperty |
TypeScript | @aws-cdk/mixins-preview » aws_odb » mixins » CfnOdbNetworkPropsMixin » 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 { mixins as odb_mixins } from '@aws-cdk/mixins-preview/aws-odb';
const zeroEtlAccessProperty: odb_mixins.CfnOdbNetworkPropsMixin.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.

.NET
Go
Java
Python
TypeScript