import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DisasterRecoveryDrPlanExecutionConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#defined_tags DisasterRecoveryDrPlanExecution#defined_tags}
    */
    readonly definedTags?: {
        [key: string]: string;
    };
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#display_name DisasterRecoveryDrPlanExecution#display_name}
    */
    readonly displayName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#freeform_tags DisasterRecoveryDrPlanExecution#freeform_tags}
    */
    readonly freeformTags?: {
        [key: string]: string;
    };
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#id DisasterRecoveryDrPlanExecution#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/resources/disaster_recovery_dr_plan_execution#plan_id DisasterRecoveryDrPlanExecution#plan_id}
    */
    readonly planId: string;
    /**
    * execution_options block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#execution_options DisasterRecoveryDrPlanExecution#execution_options}
    */
    readonly executionOptions: DisasterRecoveryDrPlanExecutionExecutionOptions;
    /**
    * timeouts block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#timeouts DisasterRecoveryDrPlanExecution#timeouts}
    */
    readonly timeouts?: DisasterRecoveryDrPlanExecutionTimeouts;
}
export interface DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation {
}
export declare function disasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationToTerraform(struct?: DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation): any;
export declare function disasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationToHclTerraform(struct?: DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation): any;
export declare class DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationOutputReference 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(): DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation | undefined;
    set internalValue(value: DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocation | undefined);
    get bucket(): string;
    get namespace(): string;
    get object(): string;
}
export declare class DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationList 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): DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationOutputReference;
}
export interface DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions {
}
export declare function disasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsToTerraform(struct?: DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions): any;
export declare function disasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsToHclTerraform(struct?: DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions): any;
export declare class DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsOutputReference 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(): DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions | undefined;
    set internalValue(value: DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutions | undefined);
    get displayName(): string;
    get executionDurationInSec(): number;
    get groupId(): string;
    private _logLocation;
    get logLocation(): DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsLogLocationList;
    get status(): string;
    get statusDetails(): string;
    get stepId(): string;
    get timeEnded(): string;
    get timeStarted(): string;
    get type(): string;
}
export declare class DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsList 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): DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsOutputReference;
}
export interface DisasterRecoveryDrPlanExecutionGroupExecutions {
}
export declare function disasterRecoveryDrPlanExecutionGroupExecutionsToTerraform(struct?: DisasterRecoveryDrPlanExecutionGroupExecutions): any;
export declare function disasterRecoveryDrPlanExecutionGroupExecutionsToHclTerraform(struct?: DisasterRecoveryDrPlanExecutionGroupExecutions): any;
export declare class DisasterRecoveryDrPlanExecutionGroupExecutionsOutputReference 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(): DisasterRecoveryDrPlanExecutionGroupExecutions | undefined;
    set internalValue(value: DisasterRecoveryDrPlanExecutionGroupExecutions | undefined);
    get displayName(): string;
    get executionDurationInSec(): number;
    get groupId(): string;
    get status(): string;
    get statusDetails(): string;
    private _stepExecutions;
    get stepExecutions(): DisasterRecoveryDrPlanExecutionGroupExecutionsStepExecutionsList;
    get timeEnded(): string;
    get timeStarted(): string;
    get type(): string;
}
export declare class DisasterRecoveryDrPlanExecutionGroupExecutionsList 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): DisasterRecoveryDrPlanExecutionGroupExecutionsOutputReference;
}
export interface DisasterRecoveryDrPlanExecutionLogLocation {
}
export declare function disasterRecoveryDrPlanExecutionLogLocationToTerraform(struct?: DisasterRecoveryDrPlanExecutionLogLocation): any;
export declare function disasterRecoveryDrPlanExecutionLogLocationToHclTerraform(struct?: DisasterRecoveryDrPlanExecutionLogLocation): any;
export declare class DisasterRecoveryDrPlanExecutionLogLocationOutputReference 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(): DisasterRecoveryDrPlanExecutionLogLocation | undefined;
    set internalValue(value: DisasterRecoveryDrPlanExecutionLogLocation | undefined);
    get bucket(): string;
    get namespace(): string;
    get object(): string;
}
export declare class DisasterRecoveryDrPlanExecutionLogLocationList 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): DisasterRecoveryDrPlanExecutionLogLocationOutputReference;
}
export interface DisasterRecoveryDrPlanExecutionExecutionOptions {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#are_prechecks_enabled DisasterRecoveryDrPlanExecution#are_prechecks_enabled}
    */
    readonly arePrechecksEnabled?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#are_warnings_ignored DisasterRecoveryDrPlanExecution#are_warnings_ignored}
    */
    readonly areWarningsIgnored?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#plan_execution_type DisasterRecoveryDrPlanExecution#plan_execution_type}
    */
    readonly planExecutionType: string;
}
export declare function disasterRecoveryDrPlanExecutionExecutionOptionsToTerraform(struct?: DisasterRecoveryDrPlanExecutionExecutionOptionsOutputReference | DisasterRecoveryDrPlanExecutionExecutionOptions): any;
export declare function disasterRecoveryDrPlanExecutionExecutionOptionsToHclTerraform(struct?: DisasterRecoveryDrPlanExecutionExecutionOptionsOutputReference | DisasterRecoveryDrPlanExecutionExecutionOptions): any;
export declare class DisasterRecoveryDrPlanExecutionExecutionOptionsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
    get internalValue(): DisasterRecoveryDrPlanExecutionExecutionOptions | undefined;
    set internalValue(value: DisasterRecoveryDrPlanExecutionExecutionOptions | undefined);
    private _arePrechecksEnabled?;
    get arePrechecksEnabled(): boolean | cdktf.IResolvable;
    set arePrechecksEnabled(value: boolean | cdktf.IResolvable);
    resetArePrechecksEnabled(): void;
    get arePrechecksEnabledInput(): boolean | cdktf.IResolvable | undefined;
    private _areWarningsIgnored?;
    get areWarningsIgnored(): boolean | cdktf.IResolvable;
    set areWarningsIgnored(value: boolean | cdktf.IResolvable);
    resetAreWarningsIgnored(): void;
    get areWarningsIgnoredInput(): boolean | cdktf.IResolvable | undefined;
    private _planExecutionType?;
    get planExecutionType(): string;
    set planExecutionType(value: string);
    get planExecutionTypeInput(): string | undefined;
}
export interface DisasterRecoveryDrPlanExecutionTimeouts {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#create DisasterRecoveryDrPlanExecution#create}
    */
    readonly create?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#delete DisasterRecoveryDrPlanExecution#delete}
    */
    readonly delete?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution#update DisasterRecoveryDrPlanExecution#update}
    */
    readonly update?: string;
}
export declare function disasterRecoveryDrPlanExecutionTimeoutsToTerraform(struct?: DisasterRecoveryDrPlanExecutionTimeouts | cdktf.IResolvable): any;
export declare function disasterRecoveryDrPlanExecutionTimeoutsToHclTerraform(struct?: DisasterRecoveryDrPlanExecutionTimeouts | cdktf.IResolvable): any;
export declare class DisasterRecoveryDrPlanExecutionTimeoutsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    private resolvableValue?;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
    get internalValue(): DisasterRecoveryDrPlanExecutionTimeouts | cdktf.IResolvable | undefined;
    set internalValue(value: DisasterRecoveryDrPlanExecutionTimeouts | cdktf.IResolvable | undefined);
    private _create?;
    get create(): string;
    set create(value: string);
    resetCreate(): void;
    get createInput(): string | undefined;
    private _delete?;
    get delete(): string;
    set delete(value: string);
    resetDelete(): void;
    get deleteInput(): string | undefined;
    private _update?;
    get update(): string;
    set update(value: string);
    resetUpdate(): void;
    get updateInput(): string | undefined;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan_execution oci_disaster_recovery_dr_plan_execution}
*/
export declare class DisasterRecoveryDrPlanExecution extends cdktf.TerraformResource {
    static readonly tfResourceType = "oci_disaster_recovery_dr_plan_execution";
    /**
    * Generates CDKTF code for importing a DisasterRecoveryDrPlanExecution 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 DisasterRecoveryDrPlanExecution to import
    * @param importFromId The id of the existing DisasterRecoveryDrPlanExecution that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/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 DisasterRecoveryDrPlanExecution 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/resources/disaster_recovery_dr_plan_execution oci_disaster_recovery_dr_plan_execution} Resource
    *
    * @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 DisasterRecoveryDrPlanExecutionConfig
    */
    constructor(scope: Construct, id: string, config: DisasterRecoveryDrPlanExecutionConfig);
    get compartmentId(): string;
    private _definedTags?;
    get definedTags(): {
        [key: string]: string;
    };
    set definedTags(value: {
        [key: string]: string;
    });
    resetDefinedTags(): void;
    get definedTagsInput(): {
        [key: string]: string;
    } | undefined;
    private _displayName?;
    get displayName(): string;
    set displayName(value: string);
    resetDisplayName(): void;
    get displayNameInput(): string | undefined;
    get drProtectionGroupId(): string;
    get executionDurationInSec(): number;
    private _freeformTags?;
    get freeformTags(): {
        [key: string]: string;
    };
    set freeformTags(value: {
        [key: string]: string;
    });
    resetFreeformTags(): void;
    get freeformTagsInput(): {
        [key: string]: string;
    } | undefined;
    private _groupExecutions;
    get groupExecutions(): DisasterRecoveryDrPlanExecutionGroupExecutionsList;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    get lifeCycleDetails(): string;
    private _logLocation;
    get logLocation(): DisasterRecoveryDrPlanExecutionLogLocationList;
    get peerDrProtectionGroupId(): string;
    get peerRegion(): string;
    get planExecutionType(): string;
    private _planId?;
    get planId(): string;
    set planId(value: string);
    get planIdInput(): string | undefined;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeEnded(): string;
    get timeStarted(): string;
    get timeUpdated(): string;
    private _executionOptions;
    get executionOptions(): DisasterRecoveryDrPlanExecutionExecutionOptionsOutputReference;
    putExecutionOptions(value: DisasterRecoveryDrPlanExecutionExecutionOptions): void;
    get executionOptionsInput(): DisasterRecoveryDrPlanExecutionExecutionOptions | undefined;
    private _timeouts;
    get timeouts(): DisasterRecoveryDrPlanExecutionTimeoutsOutputReference;
    putTimeouts(value: DisasterRecoveryDrPlanExecutionTimeouts): void;
    resetTimeouts(): void;
    get timeoutsInput(): cdktf.IResolvable | DisasterRecoveryDrPlanExecutionTimeouts | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
