import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DisasterRecoveryDrPlanConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan#defined_tags DisasterRecoveryDrPlan#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#display_name DisasterRecoveryDrPlan#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#dr_protection_group_id DisasterRecoveryDrPlan#dr_protection_group_id}
    */
    readonly drProtectionGroupId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan#freeform_tags DisasterRecoveryDrPlan#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#id DisasterRecoveryDrPlan#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#type DisasterRecoveryDrPlan#type}
    */
    readonly type: string;
    /**
    * timeouts block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan#timeouts DisasterRecoveryDrPlan#timeouts}
    */
    readonly timeouts?: DisasterRecoveryDrPlanTimeouts;
}
export interface DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation {
}
export declare function disasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationToTerraform(struct?: DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation): any;
export declare function disasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationToHclTerraform(struct?: DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation): any;
export declare class DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationOutputReference 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(): DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation | undefined;
    set internalValue(value: DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocation | undefined);
    get bucket(): string;
    get namespace(): string;
    get object(): string;
}
export declare class DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationList 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): DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationOutputReference;
}
export interface DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStep {
}
export declare function disasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepToTerraform(struct?: DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStep): any;
export declare function disasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepToHclTerraform(struct?: DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStep): any;
export declare class DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepOutputReference 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(): DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStep | undefined;
    set internalValue(value: DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStep | undefined);
    get functionId(): string;
    get functionRegion(): string;
    private _objectStorageScriptLocation;
    get objectStorageScriptLocation(): DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepObjectStorageScriptLocationList;
    get requestBody(): string;
    get runAsUser(): string;
    get runOnInstanceId(): string;
    get runOnInstanceRegion(): string;
    get scriptCommand(): string;
    get stepType(): string;
}
export declare class DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepList 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): DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepOutputReference;
}
export interface DisasterRecoveryDrPlanPlanGroupsSteps {
}
export declare function disasterRecoveryDrPlanPlanGroupsStepsToTerraform(struct?: DisasterRecoveryDrPlanPlanGroupsSteps): any;
export declare function disasterRecoveryDrPlanPlanGroupsStepsToHclTerraform(struct?: DisasterRecoveryDrPlanPlanGroupsSteps): any;
export declare class DisasterRecoveryDrPlanPlanGroupsStepsOutputReference 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(): DisasterRecoveryDrPlanPlanGroupsSteps | undefined;
    set internalValue(value: DisasterRecoveryDrPlanPlanGroupsSteps | undefined);
    get displayName(): string;
    get errorMode(): string;
    get groupId(): string;
    get id(): string;
    get isEnabled(): cdktf.IResolvable;
    get memberId(): string;
    get timeout(): number;
    get type(): string;
    private _userDefinedStep;
    get userDefinedStep(): DisasterRecoveryDrPlanPlanGroupsStepsUserDefinedStepList;
}
export declare class DisasterRecoveryDrPlanPlanGroupsStepsList 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): DisasterRecoveryDrPlanPlanGroupsStepsOutputReference;
}
export interface DisasterRecoveryDrPlanPlanGroups {
}
export declare function disasterRecoveryDrPlanPlanGroupsToTerraform(struct?: DisasterRecoveryDrPlanPlanGroups): any;
export declare function disasterRecoveryDrPlanPlanGroupsToHclTerraform(struct?: DisasterRecoveryDrPlanPlanGroups): any;
export declare class DisasterRecoveryDrPlanPlanGroupsOutputReference 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(): DisasterRecoveryDrPlanPlanGroups | undefined;
    set internalValue(value: DisasterRecoveryDrPlanPlanGroups | undefined);
    get displayName(): string;
    get id(): string;
    get isPauseEnabled(): cdktf.IResolvable;
    private _steps;
    get steps(): DisasterRecoveryDrPlanPlanGroupsStepsList;
    get type(): string;
}
export declare class DisasterRecoveryDrPlanPlanGroupsList 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): DisasterRecoveryDrPlanPlanGroupsOutputReference;
}
export interface DisasterRecoveryDrPlanTimeouts {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan#create DisasterRecoveryDrPlan#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#delete DisasterRecoveryDrPlan#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#update DisasterRecoveryDrPlan#update}
    */
    readonly update?: string;
}
export declare function disasterRecoveryDrPlanTimeoutsToTerraform(struct?: DisasterRecoveryDrPlanTimeouts | cdktf.IResolvable): any;
export declare function disasterRecoveryDrPlanTimeoutsToHclTerraform(struct?: DisasterRecoveryDrPlanTimeouts | cdktf.IResolvable): any;
export declare class DisasterRecoveryDrPlanTimeoutsOutputReference 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(): DisasterRecoveryDrPlanTimeouts | cdktf.IResolvable | undefined;
    set internalValue(value: DisasterRecoveryDrPlanTimeouts | 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 oci_disaster_recovery_dr_plan}
*/
export declare class DisasterRecoveryDrPlan extends cdktf.TerraformResource {
    static readonly tfResourceType = "oci_disaster_recovery_dr_plan";
    /**
    * Generates CDKTF code for importing a DisasterRecoveryDrPlan 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 DisasterRecoveryDrPlan to import
    * @param importFromId The id of the existing DisasterRecoveryDrPlan that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/disaster_recovery_dr_plan#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DisasterRecoveryDrPlan 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 oci_disaster_recovery_dr_plan} 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 DisasterRecoveryDrPlanConfig
    */
    constructor(scope: Construct, id: string, config: DisasterRecoveryDrPlanConfig);
    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);
    get displayNameInput(): string | undefined;
    private _drProtectionGroupId?;
    get drProtectionGroupId(): string;
    set drProtectionGroupId(value: string);
    get drProtectionGroupIdInput(): string | undefined;
    private _freeformTags?;
    get freeformTags(): {
        [key: string]: string;
    };
    set freeformTags(value: {
        [key: string]: string;
    });
    resetFreeformTags(): void;
    get freeformTagsInput(): {
        [key: string]: string;
    } | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    get lifeCycleDetails(): string;
    get peerDrProtectionGroupId(): string;
    get peerRegion(): string;
    private _planGroups;
    get planGroups(): DisasterRecoveryDrPlanPlanGroupsList;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    private _type?;
    get type(): string;
    set type(value: string);
    get typeInput(): string | undefined;
    private _timeouts;
    get timeouts(): DisasterRecoveryDrPlanTimeoutsOutputReference;
    putTimeouts(value: DisasterRecoveryDrPlanTimeouts): void;
    resetTimeouts(): void;
    get timeoutsInput(): cdktf.IResolvable | DisasterRecoveryDrPlanTimeouts | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
