import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDataflowSqlEndpointsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#compartment_id DataOciDataflowSqlEndpoints#compartment_id}
    */
    readonly compartmentId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#display_name DataOciDataflowSqlEndpoints#display_name}
    */
    readonly displayName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#id DataOciDataflowSqlEndpoints#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/dataflow_sql_endpoints#sql_endpoint_id DataOciDataflowSqlEndpoints#sql_endpoint_id}
    */
    readonly sqlEndpointId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#state DataOciDataflowSqlEndpoints#state}
    */
    readonly state?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#filter DataOciDataflowSqlEndpoints#filter}
    */
    readonly filter?: DataOciDataflowSqlEndpointsFilter[] | cdktf.IResolvable;
}
export interface DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfig {
}
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfigToTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfig): any;
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfigToHclTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfig): any;
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfigOutputReference 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(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfig | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfig | undefined);
    get memoryInGbs(): number;
    get ocpus(): number;
}
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfigList 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): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfigOutputReference;
}
export interface DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfig {
}
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfigToTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfig): any;
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfigToHclTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfig): any;
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfigOutputReference 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(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfig | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfig | undefined);
    get memoryInGbs(): number;
    get ocpus(): number;
}
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfigList 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): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfigOutputReference;
}
export interface DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRules {
}
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRulesToTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRules): any;
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRulesToHclTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRules): any;
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRulesOutputReference 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(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRules | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRules | undefined);
    get ipNotation(): string;
    get value(): string;
    get vcnIps(): string;
}
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRulesList 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): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRulesOutputReference;
}
export interface DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfiguration {
}
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationToTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfiguration): any;
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationToHclTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfiguration): any;
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationOutputReference 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(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfiguration | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfiguration | undefined);
    private _accessControlRules;
    get accessControlRules(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationAccessControlRulesList;
    get hostNamePrefix(): string;
    get networkType(): string;
    get privateEndpointIp(): string;
    get publicEndpointIp(): string;
    get subnetId(): string;
    get vcnId(): string;
}
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationList 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): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationOutputReference;
}
export interface DataOciDataflowSqlEndpointsSqlEndpointCollectionItems {
}
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsToTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItems): any;
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionItemsToHclTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollectionItems): any;
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsOutputReference 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(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItems | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointsSqlEndpointCollectionItems | undefined);
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    get driverShape(): string;
    private _driverShapeConfig;
    get driverShapeConfig(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsDriverShapeConfigList;
    get executorShape(): string;
    private _executorShapeConfig;
    get executorShapeConfig(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsExecutorShapeConfigList;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get jdbcEndpointUrl(): string;
    get lakeId(): string;
    get maxExecutorCount(): number;
    get metastoreId(): string;
    get minExecutorCount(): number;
    private _networkConfiguration;
    get networkConfiguration(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsNetworkConfigurationList;
    private _sparkAdvancedConfigurations;
    get sparkAdvancedConfigurations(): cdktf.StringMap;
    get sqlEndpointVersion(): string;
    get state(): string;
    get stateMessage(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    get warehouseBucketUri(): string;
}
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsList 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): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsOutputReference;
}
export interface DataOciDataflowSqlEndpointsSqlEndpointCollection {
}
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionToTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollection): any;
export declare function dataOciDataflowSqlEndpointsSqlEndpointCollectionToHclTerraform(struct?: DataOciDataflowSqlEndpointsSqlEndpointCollection): any;
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionOutputReference 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(): DataOciDataflowSqlEndpointsSqlEndpointCollection | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointsSqlEndpointCollection | undefined);
    private _items;
    get items(): DataOciDataflowSqlEndpointsSqlEndpointCollectionItemsList;
}
export declare class DataOciDataflowSqlEndpointsSqlEndpointCollectionList 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): DataOciDataflowSqlEndpointsSqlEndpointCollectionOutputReference;
}
export interface DataOciDataflowSqlEndpointsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#name DataOciDataflowSqlEndpoints#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#regex DataOciDataflowSqlEndpoints#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#values DataOciDataflowSqlEndpoints#values}
    */
    readonly values: string[];
}
export declare function dataOciDataflowSqlEndpointsFilterToTerraform(struct?: DataOciDataflowSqlEndpointsFilter | cdktf.IResolvable): any;
export declare function dataOciDataflowSqlEndpointsFilterToHclTerraform(struct?: DataOciDataflowSqlEndpointsFilter | cdktf.IResolvable): any;
export declare class DataOciDataflowSqlEndpointsFilterOutputReference 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(): DataOciDataflowSqlEndpointsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointsFilter | 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 DataOciDataflowSqlEndpointsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciDataflowSqlEndpointsFilter[] | 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): DataOciDataflowSqlEndpointsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints oci_dataflow_sql_endpoints}
*/
export declare class DataOciDataflowSqlEndpoints extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_dataflow_sql_endpoints";
    /**
    * Generates CDKTF code for importing a DataOciDataflowSqlEndpoints 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 DataOciDataflowSqlEndpoints to import
    * @param importFromId The id of the existing DataOciDataflowSqlEndpoints that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoints#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDataflowSqlEndpoints 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/dataflow_sql_endpoints oci_dataflow_sql_endpoints} 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 DataOciDataflowSqlEndpointsConfig = {}
    */
    constructor(scope: Construct, id: string, config?: DataOciDataflowSqlEndpointsConfig);
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    resetCompartmentId(): void;
    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 _sqlEndpointCollection;
    get sqlEndpointCollection(): DataOciDataflowSqlEndpointsSqlEndpointCollectionList;
    private _sqlEndpointId?;
    get sqlEndpointId(): string;
    set sqlEndpointId(value: string);
    resetSqlEndpointId(): void;
    get sqlEndpointIdInput(): string | undefined;
    private _state?;
    get state(): string;
    set state(value: string);
    resetState(): void;
    get stateInput(): string | undefined;
    private _filter;
    get filter(): DataOciDataflowSqlEndpointsFilterList;
    putFilter(value: DataOciDataflowSqlEndpointsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciDataflowSqlEndpointsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
