import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDataflowSqlEndpointConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoint#sql_endpoint_id DataOciDataflowSqlEndpoint#sql_endpoint_id}
    */
    readonly sqlEndpointId: string;
}
export interface DataOciDataflowSqlEndpointDriverShapeConfig {
}
export declare function dataOciDataflowSqlEndpointDriverShapeConfigToTerraform(struct?: DataOciDataflowSqlEndpointDriverShapeConfig): any;
export declare function dataOciDataflowSqlEndpointDriverShapeConfigToHclTerraform(struct?: DataOciDataflowSqlEndpointDriverShapeConfig): any;
export declare class DataOciDataflowSqlEndpointDriverShapeConfigOutputReference 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(): DataOciDataflowSqlEndpointDriverShapeConfig | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointDriverShapeConfig | undefined);
    get memoryInGbs(): number;
    get ocpus(): number;
}
export declare class DataOciDataflowSqlEndpointDriverShapeConfigList 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): DataOciDataflowSqlEndpointDriverShapeConfigOutputReference;
}
export interface DataOciDataflowSqlEndpointExecutorShapeConfig {
}
export declare function dataOciDataflowSqlEndpointExecutorShapeConfigToTerraform(struct?: DataOciDataflowSqlEndpointExecutorShapeConfig): any;
export declare function dataOciDataflowSqlEndpointExecutorShapeConfigToHclTerraform(struct?: DataOciDataflowSqlEndpointExecutorShapeConfig): any;
export declare class DataOciDataflowSqlEndpointExecutorShapeConfigOutputReference 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(): DataOciDataflowSqlEndpointExecutorShapeConfig | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointExecutorShapeConfig | undefined);
    get memoryInGbs(): number;
    get ocpus(): number;
}
export declare class DataOciDataflowSqlEndpointExecutorShapeConfigList 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): DataOciDataflowSqlEndpointExecutorShapeConfigOutputReference;
}
export interface DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRules {
}
export declare function dataOciDataflowSqlEndpointNetworkConfigurationAccessControlRulesToTerraform(struct?: DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRules): any;
export declare function dataOciDataflowSqlEndpointNetworkConfigurationAccessControlRulesToHclTerraform(struct?: DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRules): any;
export declare class DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRulesOutputReference 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(): DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRules | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRules | undefined);
    get ipNotation(): string;
    get value(): string;
    get vcnIps(): string;
}
export declare class DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRulesList 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): DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRulesOutputReference;
}
export interface DataOciDataflowSqlEndpointNetworkConfiguration {
}
export declare function dataOciDataflowSqlEndpointNetworkConfigurationToTerraform(struct?: DataOciDataflowSqlEndpointNetworkConfiguration): any;
export declare function dataOciDataflowSqlEndpointNetworkConfigurationToHclTerraform(struct?: DataOciDataflowSqlEndpointNetworkConfiguration): any;
export declare class DataOciDataflowSqlEndpointNetworkConfigurationOutputReference 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(): DataOciDataflowSqlEndpointNetworkConfiguration | undefined;
    set internalValue(value: DataOciDataflowSqlEndpointNetworkConfiguration | undefined);
    private _accessControlRules;
    get accessControlRules(): DataOciDataflowSqlEndpointNetworkConfigurationAccessControlRulesList;
    get hostNamePrefix(): string;
    get networkType(): string;
    get privateEndpointIp(): string;
    get publicEndpointIp(): string;
    get subnetId(): string;
    get vcnId(): string;
}
export declare class DataOciDataflowSqlEndpointNetworkConfigurationList 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): DataOciDataflowSqlEndpointNetworkConfigurationOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoint oci_dataflow_sql_endpoint}
*/
export declare class DataOciDataflowSqlEndpoint extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_dataflow_sql_endpoint";
    /**
    * Generates CDKTF code for importing a DataOciDataflowSqlEndpoint 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 DataOciDataflowSqlEndpoint to import
    * @param importFromId The id of the existing DataOciDataflowSqlEndpoint that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataflow_sql_endpoint#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDataflowSqlEndpoint 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_endpoint oci_dataflow_sql_endpoint} 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 DataOciDataflowSqlEndpointConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDataflowSqlEndpointConfig);
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    get driverShape(): string;
    private _driverShapeConfig;
    get driverShapeConfig(): DataOciDataflowSqlEndpointDriverShapeConfigList;
    get executorShape(): string;
    private _executorShapeConfig;
    get executorShapeConfig(): DataOciDataflowSqlEndpointExecutorShapeConfigList;
    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(): DataOciDataflowSqlEndpointNetworkConfigurationList;
    private _sparkAdvancedConfigurations;
    get sparkAdvancedConfigurations(): cdktf.StringMap;
    private _sqlEndpointId?;
    get sqlEndpointId(): string;
    set sqlEndpointId(value: string);
    get sqlEndpointIdInput(): string | undefined;
    get sqlEndpointVersion(): string;
    get state(): string;
    get stateMessage(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    get warehouseBucketUri(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
