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