import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatabaseMigrationJobConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_job#job_id DataOciDatabaseMigrationJob#job_id}
    */
    readonly jobId: string;
}
export interface DataOciDatabaseMigrationJobParameterFileVersions {
}
export declare function dataOciDatabaseMigrationJobParameterFileVersionsToTerraform(struct?: DataOciDatabaseMigrationJobParameterFileVersions): any;
export declare function dataOciDatabaseMigrationJobParameterFileVersionsToHclTerraform(struct?: DataOciDatabaseMigrationJobParameterFileVersions): any;
export declare class DataOciDatabaseMigrationJobParameterFileVersionsOutputReference 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(): DataOciDatabaseMigrationJobParameterFileVersions | undefined;
    set internalValue(value: DataOciDatabaseMigrationJobParameterFileVersions | undefined);
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get isCurrent(): cdktf.IResolvable;
    get isFactory(): cdktf.IResolvable;
    get kind(): string;
    get name(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
}
export declare class DataOciDatabaseMigrationJobParameterFileVersionsList 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): DataOciDatabaseMigrationJobParameterFileVersionsOutputReference;
}
export interface DataOciDatabaseMigrationJobProgressPhasesExtract {
}
export declare function dataOciDatabaseMigrationJobProgressPhasesExtractToTerraform(struct?: DataOciDatabaseMigrationJobProgressPhasesExtract): any;
export declare function dataOciDatabaseMigrationJobProgressPhasesExtractToHclTerraform(struct?: DataOciDatabaseMigrationJobProgressPhasesExtract): any;
export declare class DataOciDatabaseMigrationJobProgressPhasesExtractOutputReference 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(): DataOciDatabaseMigrationJobProgressPhasesExtract | undefined;
    set internalValue(value: DataOciDatabaseMigrationJobProgressPhasesExtract | undefined);
    get message(): string;
    get type(): string;
}
export declare class DataOciDatabaseMigrationJobProgressPhasesExtractList 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): DataOciDatabaseMigrationJobProgressPhasesExtractOutputReference;
}
export interface DataOciDatabaseMigrationJobProgressPhasesLogLocation {
}
export declare function dataOciDatabaseMigrationJobProgressPhasesLogLocationToTerraform(struct?: DataOciDatabaseMigrationJobProgressPhasesLogLocation): any;
export declare function dataOciDatabaseMigrationJobProgressPhasesLogLocationToHclTerraform(struct?: DataOciDatabaseMigrationJobProgressPhasesLogLocation): any;
export declare class DataOciDatabaseMigrationJobProgressPhasesLogLocationOutputReference 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(): DataOciDatabaseMigrationJobProgressPhasesLogLocation | undefined;
    set internalValue(value: DataOciDatabaseMigrationJobProgressPhasesLogLocation | undefined);
    get bucket(): string;
    get namespace(): string;
    get object(): string;
}
export declare class DataOciDatabaseMigrationJobProgressPhasesLogLocationList 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): DataOciDatabaseMigrationJobProgressPhasesLogLocationOutputReference;
}
export interface DataOciDatabaseMigrationJobProgressPhases {
}
export declare function dataOciDatabaseMigrationJobProgressPhasesToTerraform(struct?: DataOciDatabaseMigrationJobProgressPhases): any;
export declare function dataOciDatabaseMigrationJobProgressPhasesToHclTerraform(struct?: DataOciDatabaseMigrationJobProgressPhases): any;
export declare class DataOciDatabaseMigrationJobProgressPhasesOutputReference 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(): DataOciDatabaseMigrationJobProgressPhases | undefined;
    set internalValue(value: DataOciDatabaseMigrationJobProgressPhases | undefined);
    get action(): string;
    get durationInMs(): number;
    get editableParameterFiles(): string[];
    private _extract;
    get extract(): DataOciDatabaseMigrationJobProgressPhasesExtractList;
    get isAdvisorReportAvailable(): cdktf.IResolvable;
    get isSuspendAvailable(): cdktf.IResolvable;
    get issue(): string;
    private _logLocation;
    get logLocation(): DataOciDatabaseMigrationJobProgressPhasesLogLocationList;
    get name(): string;
    get progress(): number;
    get status(): string;
}
export declare class DataOciDatabaseMigrationJobProgressPhasesList 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): DataOciDatabaseMigrationJobProgressPhasesOutputReference;
}
export interface DataOciDatabaseMigrationJobProgress {
}
export declare function dataOciDatabaseMigrationJobProgressToTerraform(struct?: DataOciDatabaseMigrationJobProgress): any;
export declare function dataOciDatabaseMigrationJobProgressToHclTerraform(struct?: DataOciDatabaseMigrationJobProgress): any;
export declare class DataOciDatabaseMigrationJobProgressOutputReference 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(): DataOciDatabaseMigrationJobProgress | undefined;
    set internalValue(value: DataOciDatabaseMigrationJobProgress | undefined);
    get currentPhase(): string;
    get currentStatus(): string;
    private _phases;
    get phases(): DataOciDatabaseMigrationJobProgressPhasesList;
}
export declare class DataOciDatabaseMigrationJobProgressList 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): DataOciDatabaseMigrationJobProgressOutputReference;
}
export interface DataOciDatabaseMigrationJobUnsupportedObjects {
}
export declare function dataOciDatabaseMigrationJobUnsupportedObjectsToTerraform(struct?: DataOciDatabaseMigrationJobUnsupportedObjects): any;
export declare function dataOciDatabaseMigrationJobUnsupportedObjectsToHclTerraform(struct?: DataOciDatabaseMigrationJobUnsupportedObjects): any;
export declare class DataOciDatabaseMigrationJobUnsupportedObjectsOutputReference 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(): DataOciDatabaseMigrationJobUnsupportedObjects | undefined;
    set internalValue(value: DataOciDatabaseMigrationJobUnsupportedObjects | undefined);
    get object(): string;
    get owner(): string;
    get type(): string;
}
export declare class DataOciDatabaseMigrationJobUnsupportedObjectsList 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): DataOciDatabaseMigrationJobUnsupportedObjectsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_job oci_database_migration_job}
*/
export declare class DataOciDatabaseMigrationJob extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_database_migration_job";
    /**
    * Generates CDKTF code for importing a DataOciDatabaseMigrationJob 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 DataOciDatabaseMigrationJob to import
    * @param importFromId The id of the existing DataOciDatabaseMigrationJob that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_migration_job#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDatabaseMigrationJob 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/database_migration_job oci_database_migration_job} 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 DataOciDatabaseMigrationJobConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDatabaseMigrationJobConfig);
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _jobId?;
    get jobId(): string;
    set jobId(value: string);
    get jobIdInput(): string | undefined;
    get lifecycleDetails(): string;
    get migrationId(): string;
    private _parameterFileVersions;
    get parameterFileVersions(): DataOciDatabaseMigrationJobParameterFileVersionsList;
    private _progress;
    get progress(): DataOciDatabaseMigrationJobProgressList;
    get state(): string;
    get suspendTrigger(): number;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    get type(): string;
    private _unsupportedObjects;
    get unsupportedObjects(): DataOciDatabaseMigrationJobUnsupportedObjectsList;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
