UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

884 lines 51.6 kB
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciBdsBdsInstancesConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#compartment_id DataOciBdsBdsInstances#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#display_name DataOciBdsBdsInstances#display_name}
    */
    readonly displayName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#id DataOciBdsBdsInstances#id}
    *
    * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
    * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
    */
    readonly id?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#state DataOciBdsBdsInstances#state}
    */
    readonly state?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#filter DataOciBdsBdsInstances#filter}
    */
    readonly filter?: DataOciBdsBdsInstancesFilter[] | cdktf.IResolvable;
}
export interface DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetails {
}
export declare function dataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetailsToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetails): any;
export declare function dataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetailsToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetails): any;
export declare class DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetails | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetails | undefined);
    get keytabFile(): string;
    get principalName(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetailsOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesCloudSqlDetails {
}
export declare function dataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesCloudSqlDetails): any;
export declare function dataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesCloudSqlDetails): any;
export declare class DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesCloudSqlDetails | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesCloudSqlDetails | undefined);
    get blockVolumeSizeInGbs(): string;
    get ipAddress(): string;
    get isKerberosMappedToDatabaseUsers(): cdktf.IResolvable;
    private _kerberosDetails;
    get kerberosDetails(): DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsKerberosDetailsList;
    get memoryInGbs(): number;
    get nvmes(): number;
    get ocpus(): number;
    get shape(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesClusterDetails {
}
export declare function dataOciBdsBdsInstancesBdsInstancesClusterDetailsToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesClusterDetails): any;
export declare function dataOciBdsBdsInstancesBdsInstancesClusterDetailsToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesClusterDetails): any;
export declare class DataOciBdsBdsInstancesBdsInstancesClusterDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesClusterDetails | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesClusterDetails | undefined);
    get ambariUrl(): string;
    get bdCellVersion(): string;
    get bdaVersion(): string;
    get bdmVersion(): string;
    get bdsVersion(): string;
    get bigDataManagerUrl(): string;
    get clouderaManagerUrl(): string;
    get csqlCellVersion(): string;
    get dbVersion(): string;
    get hueServerUrl(): string;
    get jupyterHubUrl(): string;
    get odhVersion(): string;
    get osVersion(): string;
    get timeCreated(): string;
    get timeRefreshed(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesClusterDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesClusterDetailsOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfig {
}
export declare function dataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfigToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfig): any;
export declare function dataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfigToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfig): any;
export declare class DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfigOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfig | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfig | undefined);
    get memoryInGbs(): number;
    get nvmes(): number;
    get ocpus(): number;
}
export declare class DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfigList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfigOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNode {
}
export declare function dataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNode): any;
export declare function dataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNode): any;
export declare class DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNode | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNode | undefined);
    get blockVolumeSizeInGbs(): string;
    get numberOfNodes(): number;
    get shape(): string;
    private _shapeConfig;
    get shapeConfig(): DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeShapeConfigList;
    get subnetId(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfig {
}
export declare function dataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfigToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfig): any;
export declare function dataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfigToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfig): any;
export declare class DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfigOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfig | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfig | undefined);
    get memoryInGbs(): number;
    get nvmes(): number;
    get ocpus(): number;
}
export declare class DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfigList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfigOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesEdgeNode {
}
export declare function dataOciBdsBdsInstancesBdsInstancesEdgeNodeToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesEdgeNode): any;
export declare function dataOciBdsBdsInstancesBdsInstancesEdgeNodeToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesEdgeNode): any;
export declare class DataOciBdsBdsInstancesBdsInstancesEdgeNodeOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesEdgeNode | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesEdgeNode | undefined);
    get blockVolumeSizeInGbs(): string;
    get numberOfNodes(): number;
    get shape(): string;
    private _shapeConfig;
    get shapeConfig(): DataOciBdsBdsInstancesBdsInstancesEdgeNodeShapeConfigList;
    get subnetId(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesEdgeNodeList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesEdgeNodeOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfig {
}
export declare function dataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfigToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfig): any;
export declare function dataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfigToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfig): any;
export declare class DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfigOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfig | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfig | undefined);
    get memoryInGbs(): number;
    get nvmes(): number;
    get ocpus(): number;
}
export declare class DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfigList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfigOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNode {
}
export declare function dataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNode): any;
export declare function dataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNode): any;
export declare class DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNode | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNode | undefined);
    get blockVolumeSizeInGbs(): string;
    get numberOfKafkaNodes(): number;
    get shape(): string;
    private _shapeConfig;
    get shapeConfig(): DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeShapeConfigList;
    get subnetId(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfig {
}
export declare function dataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfigToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfig): any;
export declare function dataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfigToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfig): any;
export declare class DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfigOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfig | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfig | undefined);
    get memoryInGbs(): number;
    get nvmes(): number;
    get ocpus(): number;
}
export declare class DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfigList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfigOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesMasterNode {
}
export declare function dataOciBdsBdsInstancesBdsInstancesMasterNodeToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesMasterNode): any;
export declare function dataOciBdsBdsInstancesBdsInstancesMasterNodeToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesMasterNode): any;
export declare class DataOciBdsBdsInstancesBdsInstancesMasterNodeOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesMasterNode | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesMasterNode | undefined);
    get blockVolumeSizeInGbs(): string;
    get numberOfNodes(): number;
    get shape(): string;
    private _shapeConfig;
    get shapeConfig(): DataOciBdsBdsInstancesBdsInstancesMasterNodeShapeConfigList;
    get subnetId(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesMasterNodeList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesMasterNodeOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesNetworkConfig {
}
export declare function dataOciBdsBdsInstancesBdsInstancesNetworkConfigToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesNetworkConfig): any;
export declare function dataOciBdsBdsInstancesBdsInstancesNetworkConfigToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesNetworkConfig): any;
export declare class DataOciBdsBdsInstancesBdsInstancesNetworkConfigOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesNetworkConfig | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesNetworkConfig | undefined);
    get cidrBlock(): string;
    get isNatGatewayRequired(): cdktf.IResolvable;
}
export declare class DataOciBdsBdsInstancesBdsInstancesNetworkConfigList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesNetworkConfigOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumes {
}
export declare function dataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumesToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumes): any;
export declare function dataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumesToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumes): any;
export declare class DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumesOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumes | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumes | undefined);
    get volumeAttachmentId(): string;
    get volumeSizeInGbs(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumesList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumesOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesNodes {
}
export declare function dataOciBdsBdsInstancesBdsInstancesNodesToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesNodes): any;
export declare function dataOciBdsBdsInstancesBdsInstancesNodesToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesNodes): any;
export declare class DataOciBdsBdsInstancesBdsInstancesNodesOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesNodes | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesNodes | undefined);
    private _attachedBlockVolumes;
    get attachedBlockVolumes(): DataOciBdsBdsInstancesBdsInstancesNodesAttachedBlockVolumesList;
    get availabilityDomain(): string;
    get displayName(): string;
    get faultDomain(): string;
    get hostname(): string;
    get imageId(): string;
    get instanceId(): string;
    get ipAddress(): string;
    get isRebootRequired(): cdktf.IResolvable;
    get localDisksTotalSizeInGbs(): number;
    get memoryInGbs(): number;
    get nodeType(): string;
    get nvmes(): number;
    get ocpus(): number;
    get osVersion(): string;
    get shape(): string;
    get sshFingerprint(): string;
    get state(): string;
    get subnetId(): string;
    get timeCreated(): string;
    get timeMaintenanceRebootDue(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesNodesList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesNodesOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfig {
}
export declare function dataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfigToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfig): any;
export declare function dataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfigToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfig): any;
export declare class DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfigOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfig | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfig | undefined);
    get memoryInGbs(): number;
    get nvmes(): number;
    get ocpus(): number;
}
export declare class DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfigList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfigOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesUtilNode {
}
export declare function dataOciBdsBdsInstancesBdsInstancesUtilNodeToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesUtilNode): any;
export declare function dataOciBdsBdsInstancesBdsInstancesUtilNodeToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesUtilNode): any;
export declare class DataOciBdsBdsInstancesBdsInstancesUtilNodeOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesUtilNode | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesUtilNode | undefined);
    get blockVolumeSizeInGbs(): string;
    get numberOfNodes(): number;
    get shape(): string;
    private _shapeConfig;
    get shapeConfig(): DataOciBdsBdsInstancesBdsInstancesUtilNodeShapeConfigList;
    get subnetId(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesUtilNodeList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesUtilNodeOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfig {
}
export declare function dataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfigToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfig): any;
export declare function dataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfigToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfig): any;
export declare class DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfigOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfig | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfig | undefined);
    get memoryInGbs(): number;
    get nvmes(): number;
    get ocpus(): number;
}
export declare class DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfigList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfigOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstancesWorkerNode {
}
export declare function dataOciBdsBdsInstancesBdsInstancesWorkerNodeToTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesWorkerNode): any;
export declare function dataOciBdsBdsInstancesBdsInstancesWorkerNodeToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstancesWorkerNode): any;
export declare class DataOciBdsBdsInstancesBdsInstancesWorkerNodeOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstancesWorkerNode | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstancesWorkerNode | undefined);
    get blockVolumeSizeInGbs(): string;
    get numberOfNodes(): number;
    get shape(): string;
    private _shapeConfig;
    get shapeConfig(): DataOciBdsBdsInstancesBdsInstancesWorkerNodeShapeConfigList;
    get subnetId(): string;
}
export declare class DataOciBdsBdsInstancesBdsInstancesWorkerNodeList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesWorkerNodeOutputReference;
}
export interface DataOciBdsBdsInstancesBdsInstances {
}
export declare function dataOciBdsBdsInstancesBdsInstancesToTerraform(struct?: DataOciBdsBdsInstancesBdsInstances): any;
export declare function dataOciBdsBdsInstancesBdsInstancesToHclTerraform(struct?: DataOciBdsBdsInstancesBdsInstances): any;
export declare class DataOciBdsBdsInstancesBdsInstancesOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesBdsInstances | undefined;
    set internalValue(value: DataOciBdsBdsInstancesBdsInstances | undefined);
    get bootstrapScriptUrl(): string;
    private _cloudSqlDetails;
    get cloudSqlDetails(): DataOciBdsBdsInstancesBdsInstancesCloudSqlDetailsList;
    get clusterAdminPassword(): string;
    private _clusterDetails;
    get clusterDetails(): DataOciBdsBdsInstancesBdsInstancesClusterDetailsList;
    get clusterProfile(): string;
    get clusterPublicKey(): string;
    get clusterVersion(): string;
    get compartmentId(): string;
    private _computeOnlyWorkerNode;
    get computeOnlyWorkerNode(): DataOciBdsBdsInstancesBdsInstancesComputeOnlyWorkerNodeList;
    get createdBy(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _edgeNode;
    get edgeNode(): DataOciBdsBdsInstancesBdsInstancesEdgeNodeList;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get ignoreExistingNodesShape(): string[];
    get isCloudSqlConfigured(): cdktf.IResolvable;
    get isForceStopJobs(): cdktf.IResolvable;
    get isHighAvailability(): cdktf.IResolvable;
    get isKafkaConfigured(): cdktf.IResolvable;
    get isSecure(): cdktf.IResolvable;
    private _kafkaBrokerNode;
    get kafkaBrokerNode(): DataOciBdsBdsInstancesBdsInstancesKafkaBrokerNodeList;
    get kerberosRealmName(): string;
    get kmsKeyId(): string;
    private _masterNode;
    get masterNode(): DataOciBdsBdsInstancesBdsInstancesMasterNodeList;
    private _networkConfig;
    get networkConfig(): DataOciBdsBdsInstancesBdsInstancesNetworkConfigList;
    private _nodes;
    get nodes(): DataOciBdsBdsInstancesBdsInstancesNodesList;
    get numberOfNodes(): number;
    get numberOfNodesRequiringMaintenanceReboot(): number;
    get osPatchVersion(): string;
    get state(): string;
    get timeCreated(): string;
    get timeUpdated(): string;
    private _utilNode;
    get utilNode(): DataOciBdsBdsInstancesBdsInstancesUtilNodeList;
    private _workerNode;
    get workerNode(): DataOciBdsBdsInstancesBdsInstancesWorkerNodeList;
}
export declare class DataOciBdsBdsInstancesBdsInstancesList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesBdsInstancesOutputReference;
}
export interface DataOciBdsBdsInstancesFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#name DataOciBdsBdsInstances#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#regex DataOciBdsBdsInstances#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#values DataOciBdsBdsInstances#values}
    */
    readonly values: string[];
}
export declare function dataOciBdsBdsInstancesFilterToTerraform(struct?: DataOciBdsBdsInstancesFilter | cdktf.IResolvable): any;
export declare function dataOciBdsBdsInstancesFilterToHclTerraform(struct?: DataOciBdsBdsInstancesFilter | cdktf.IResolvable): any;
export declare class DataOciBdsBdsInstancesFilterOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    private resolvableValue?;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciBdsBdsInstancesFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciBdsBdsInstancesFilter | cdktf.IResolvable | undefined);
    private _name?;
    get name(): string;
    set name(value: string);
    get nameInput(): string | undefined;
    private _regex?;
    get regex(): boolean | cdktf.IResolvable;
    set regex(value: boolean | cdktf.IResolvable);
    resetRegex(): void;
    get regexInput(): boolean | cdktf.IResolvable | undefined;
    private _values?;
    get values(): string[];
    set values(value: string[]);
    get valuesInput(): string[] | undefined;
}
export declare class DataOciBdsBdsInstancesFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciBdsBdsInstancesFilter[] | cdktf.IResolvable;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciBdsBdsInstancesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances oci_bds_bds_instances}
*/
export declare class DataOciBdsBdsInstances extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_bds_bds_instances";
    /**
    * Generates CDKTF code for importing a DataOciBdsBdsInstances resource upon running "cdktf plan <stack-name>"
    * @param scope The scope in which to define this construct
    * @param importToId The construct id used in the generated config for the DataOciBdsBdsInstances to import
    * @param importFromId The id of the existing DataOciBdsBdsInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciBdsBdsInstances to import is found
    */
    static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
    /**
    * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/bds_bds_instances oci_bds_bds_instances} Data Source
    *
    * @param scope The scope in which to define this construct
    * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
    * @param options DataOciBdsBdsInstancesConfig
    */
    constructor(scope: Construct, id: string, config: DataOciBdsBdsInstancesConfig);
    private _bdsInstances;
    get bdsInstances(): DataOciBdsBdsInstancesBdsInstancesList;
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _displayName?;
    get displayName(): string;
    set displayName(value: string);
    resetDisplayName(): void;
    get displayNameInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _state?;
    get state(): string;
    set state(value: string);
    resetState(): void;
    get stateInput(): string | undefined;
    private _filter;
    get filter(): DataOciBdsBdsInstancesFilterList;
    putFilter(value: DataOciBdsBdsInstancesFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciBdsBdsInstancesFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}