import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciMysqlMysqlConfigurationConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configuration#configuration_id DataOciMysqlMysqlConfiguration#configuration_id}
    */
    readonly configurationId: string;
}
export interface DataOciMysqlMysqlConfigurationInitVariables {
}
export declare function dataOciMysqlMysqlConfigurationInitVariablesToTerraform(struct?: DataOciMysqlMysqlConfigurationInitVariables): any;
export declare function dataOciMysqlMysqlConfigurationInitVariablesToHclTerraform(struct?: DataOciMysqlMysqlConfigurationInitVariables): any;
export declare class DataOciMysqlMysqlConfigurationInitVariablesOutputReference 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(): DataOciMysqlMysqlConfigurationInitVariables | undefined;
    set internalValue(value: DataOciMysqlMysqlConfigurationInitVariables | undefined);
    get lowerCaseTableNames(): string;
}
export declare class DataOciMysqlMysqlConfigurationInitVariablesList 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): DataOciMysqlMysqlConfigurationInitVariablesOutputReference;
}
export interface DataOciMysqlMysqlConfigurationVariables {
}
export declare function dataOciMysqlMysqlConfigurationVariablesToTerraform(struct?: DataOciMysqlMysqlConfigurationVariables): any;
export declare function dataOciMysqlMysqlConfigurationVariablesToHclTerraform(struct?: DataOciMysqlMysqlConfigurationVariables): any;
export declare class DataOciMysqlMysqlConfigurationVariablesOutputReference 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(): DataOciMysqlMysqlConfigurationVariables | undefined;
    set internalValue(value: DataOciMysqlMysqlConfigurationVariables | undefined);
    get autocommit(): cdktf.IResolvable;
    get bigTables(): cdktf.IResolvable;
    get binlogExpireLogsSeconds(): number;
    get binlogRowMetadata(): string;
    get binlogRowValueOptions(): string;
    get binlogTransactionCompression(): cdktf.IResolvable;
    get completionType(): string;
    get connectTimeout(): number;
    get connectionMemoryChunkSize(): number;
    get connectionMemoryLimit(): string;
    get cteMaxRecursionDepth(): string;
    get defaultAuthenticationPlugin(): string;
    get foreignKeyChecks(): cdktf.IResolvable;
    get generatedRandomPasswordLength(): number;
    get globalConnectionMemoryLimit(): string;
    get globalConnectionMemoryTracking(): cdktf.IResolvable;
    get groupReplicationConsistency(): string;
    get informationSchemaStatsExpiry(): number;
    get innodbBufferPoolDumpPct(): number;
    get innodbBufferPoolInstances(): number;
    get innodbBufferPoolSize(): string;
    get innodbDdlBufferSize(): string;
    get innodbDdlThreads(): number;
    get innodbFtEnableStopword(): cdktf.IResolvable;
    get innodbFtMaxTokenSize(): number;
    get innodbFtMinTokenSize(): number;
    get innodbFtNumWordOptimize(): number;
    get innodbFtResultCacheLimit(): string;
    get innodbFtServerStopwordTable(): string;
    get innodbLockWaitTimeout(): number;
    get innodbLogWriterThreads(): cdktf.IResolvable;
    get innodbMaxPurgeLag(): string;
    get innodbMaxPurgeLagDelay(): number;
    get innodbStatsPersistentSamplePages(): string;
    get innodbStatsTransientSamplePages(): string;
    get interactiveTimeout(): number;
    get localInfile(): cdktf.IResolvable;
    get mandatoryRoles(): string;
    get maxAllowedPacket(): number;
    get maxBinlogCacheSize(): string;
    get maxConnectErrors(): string;
    get maxConnections(): number;
    get maxExecutionTime(): string;
    get maxHeapTableSize(): string;
    get maxPreparedStmtCount(): number;
    get mysqlFirewallMode(): cdktf.IResolvable;
    get mysqlZstdDefaultCompressionLevel(): number;
    get mysqlxConnectTimeout(): number;
    get mysqlxDeflateDefaultCompressionLevel(): number;
    get mysqlxDeflateMaxClientCompressionLevel(): number;
    get mysqlxDocumentIdUniquePrefix(): number;
    get mysqlxEnableHelloNotice(): cdktf.IResolvable;
    get mysqlxIdleWorkerThreadTimeout(): number;
    get mysqlxInteractiveTimeout(): number;
    get mysqlxLz4DefaultCompressionLevel(): number;
    get mysqlxLz4MaxClientCompressionLevel(): number;
    get mysqlxMaxAllowedPacket(): number;
    get mysqlxMinWorkerThreads(): number;
    get mysqlxReadTimeout(): number;
    get mysqlxWaitTimeout(): number;
    get mysqlxWriteTimeout(): number;
    get mysqlxZstdDefaultCompressionLevel(): number;
    get mysqlxZstdMaxClientCompressionLevel(): number;
    get netReadTimeout(): number;
    get netWriteTimeout(): number;
    get parserMaxMemSize(): string;
    get queryAllocBlockSize(): string;
    get queryPreallocSize(): string;
    get regexpTimeLimit(): number;
    get sortBufferSize(): string;
    get sqlMode(): string;
    get sqlRequirePrimaryKey(): cdktf.IResolvable;
    get sqlWarnings(): cdktf.IResolvable;
    get threadPoolDedicatedListeners(): cdktf.IResolvable;
    get threadPoolMaxTransactionsLimit(): number;
    get timeZone(): string;
    get tmpTableSize(): string;
    get transactionIsolation(): string;
    get waitTimeout(): number;
}
export declare class DataOciMysqlMysqlConfigurationVariablesList 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): DataOciMysqlMysqlConfigurationVariablesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configuration oci_mysql_mysql_configuration}
*/
export declare class DataOciMysqlMysqlConfiguration extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_mysql_mysql_configuration";
    /**
    * Generates CDKTF code for importing a DataOciMysqlMysqlConfiguration 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 DataOciMysqlMysqlConfiguration to import
    * @param importFromId The id of the existing DataOciMysqlMysqlConfiguration that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configuration#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciMysqlMysqlConfiguration 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/mysql_mysql_configuration oci_mysql_mysql_configuration} 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 DataOciMysqlMysqlConfigurationConfig
    */
    constructor(scope: Construct, id: string, config: DataOciMysqlMysqlConfigurationConfig);
    get compartmentId(): string;
    private _configurationId?;
    get configurationId(): string;
    set configurationId(value: string);
    get configurationIdInput(): string | undefined;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _initVariables;
    get initVariables(): DataOciMysqlMysqlConfigurationInitVariablesList;
    get parentConfigurationId(): string;
    get shapeName(): string;
    get state(): string;
    get timeCreated(): string;
    get timeUpdated(): string;
    get type(): string;
    private _variables;
    get variables(): DataOciMysqlMysqlConfigurationVariablesList;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
