import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDisasterRecoveryDrPlanExecutionConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plan_execution#dr_plan_execution_id DataOciDisasterRecoveryDrPlanExecution#dr_plan_execution_id}
    */
    readonly drPlanExecutionId: string;
}
export interface DataOciDisasterRecoveryDrPlanExecutionExecutionOptions {
}
export declare function dataOciDisasterRecoveryDrPlanExecutionExecutionOptionsToTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionExecutionOptions): any;
export declare function dataOciDisasterRecoveryDrPlanExecutionExecutionOptionsToHclTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionExecutionOptions): any;
export declare class DataOciDisasterRecoveryDrPlanExecutionExecutionOptionsOutputReference 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(): DataOciDisasterRecoveryDrPlanExecutionExecutionOptions | undefined;
    set internalValue(value: DataOciDisasterRecoveryDrPlanExecutionExecutionOptions | undefined);
    get arePrechecksEnabled(): cdktf.IResolvable;
    get areWarningsIgnored(): cdktf.IResolvable;
    get planExecutionType(): string;
}
export declare class DataOciDisasterRecoveryDrPlanExecutionExecutionOptionsList 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): DataOciDisasterRecoveryDrPlanExecutionExecutionOptionsOutputReference;
}
export interface DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation {
}
export declare function dataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationToTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation): any;
export declare function dataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationToHclTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation): any;
export declare class DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationOutputReference 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(): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation | undefined;
    set internalValue(value: DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation | undefined);
    get bucket(): string;
    get namespace(): string;
    get object(): string;
}
export declare class DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationList 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): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationOutputReference;
}
export interface DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions {
}
export declare function dataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsToTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions): any;
export declare function dataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsToHclTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions): any;
export declare class DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsOutputReference 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(): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions | undefined;
    set internalValue(value: DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions | undefined);
    get displayName(): string;
    get executionDurationInSec(): number;
    get groupId(): string;
    private _logLocation;
    get logLocation(): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationList;
    get status(): string;
    get statusDetails(): string;
    get stepId(): string;
    get timeEnded(): string;
    get timeStarted(): string;
    get type(): string;
}
export declare class DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsList 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): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsOutputReference;
}
export interface DataOciDisasterRecoveryDrPlanExecutionGroupExecutions {
}
export declare function dataOciDisasterRecoveryDrPlanExecutionGroupExecutionsToTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionGroupExecutions): any;
export declare function dataOciDisasterRecoveryDrPlanExecutionGroupExecutionsToHclTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionGroupExecutions): any;
export declare class DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsOutputReference 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(): DataOciDisasterRecoveryDrPlanExecutionGroupExecutions | undefined;
    set internalValue(value: DataOciDisasterRecoveryDrPlanExecutionGroupExecutions | undefined);
    get displayName(): string;
    get executionDurationInSec(): number;
    get groupId(): string;
    get status(): string;
    get statusDetails(): string;
    private _stepExecutions;
    get stepExecutions(): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsList;
    get timeEnded(): string;
    get timeStarted(): string;
    get type(): string;
}
export declare class DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsList 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): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsOutputReference;
}
export interface DataOciDisasterRecoveryDrPlanExecutionLogLocation {
}
export declare function dataOciDisasterRecoveryDrPlanExecutionLogLocationToTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionLogLocation): any;
export declare function dataOciDisasterRecoveryDrPlanExecutionLogLocationToHclTerraform(struct?: DataOciDisasterRecoveryDrPlanExecutionLogLocation): any;
export declare class DataOciDisasterRecoveryDrPlanExecutionLogLocationOutputReference 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(): DataOciDisasterRecoveryDrPlanExecutionLogLocation | undefined;
    set internalValue(value: DataOciDisasterRecoveryDrPlanExecutionLogLocation | undefined);
    get bucket(): string;
    get namespace(): string;
    get object(): string;
}
export declare class DataOciDisasterRecoveryDrPlanExecutionLogLocationList 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): DataOciDisasterRecoveryDrPlanExecutionLogLocationOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plan_execution oci_disaster_recovery_dr_plan_execution}
*/
export declare class DataOciDisasterRecoveryDrPlanExecution extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_disaster_recovery_dr_plan_execution";
    /**
    * Generates CDKTF code for importing a DataOciDisasterRecoveryDrPlanExecution 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 DataOciDisasterRecoveryDrPlanExecution to import
    * @param importFromId The id of the existing DataOciDisasterRecoveryDrPlanExecution that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/disaster_recovery_dr_plan_execution#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDisasterRecoveryDrPlanExecution 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/disaster_recovery_dr_plan_execution oci_disaster_recovery_dr_plan_execution} 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 DataOciDisasterRecoveryDrPlanExecutionConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDisasterRecoveryDrPlanExecutionConfig);
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _drPlanExecutionId?;
    get drPlanExecutionId(): string;
    set drPlanExecutionId(value: string);
    get drPlanExecutionIdInput(): string | undefined;
    get drProtectionGroupId(): string;
    get executionDurationInSec(): number;
    private _executionOptions;
    get executionOptions(): DataOciDisasterRecoveryDrPlanExecutionExecutionOptionsList;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    private _groupExecutions;
    get groupExecutions(): DataOciDisasterRecoveryDrPlanExecutionGroupExecutionsList;
    get id(): string;
    get lifeCycleDetails(): string;
    private _logLocation;
    get logLocation(): DataOciDisasterRecoveryDrPlanExecutionLogLocationList;
    get peerDrProtectionGroupId(): string;
    get peerRegion(): string;
    get planExecutionType(): string;
    get planId(): string;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeEnded(): string;
    get timeStarted(): string;
    get timeUpdated(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
