import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciFleetAppsManagementRunbookConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_runbook#id DataOciFleetAppsManagementRunbook#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/data-sources/fleet_apps_management_runbook#runbook_id DataOciFleetAppsManagementRunbook#runbook_id}
    */
    readonly runbookId: string;
}
export interface DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowSteps {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowStepsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowSteps): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowStepsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowSteps): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowStepsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowSteps | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowSteps | undefined);
    get groupName(): string;
    get stepName(): string;
    get steps(): string[];
    get type(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowStepsList 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): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowStepsOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflow {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflow): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflow): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflow | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflow | undefined);
    get groupName(): string;
    private _steps;
    get steps(): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowStepsList;
    get type(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowList 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): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetails {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetails): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetails): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetails | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetails | undefined);
    private _workflow;
    get workflow(): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsWorkflowList;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsList 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): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsGroupsProperties {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsGroupsPropertiesToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsGroupsProperties): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsGroupsPropertiesToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsGroupsProperties): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsGroupsPropertiesOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsGroupsProperties | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsGroupsProperties | undefined);
    get actionOnFailure(): string;
    get condition(): string;
    get runOn(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsGroupsPropertiesList 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): DataOciFleetAppsManagementRunbookAssociationsGroupsPropertiesOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsGroups {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsGroupsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsGroups): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsGroupsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsGroups): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsGroupsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsGroups | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsGroups | undefined);
    get name(): string;
    private _properties;
    get properties(): DataOciFleetAppsManagementRunbookAssociationsGroupsPropertiesList;
    get type(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsGroupsList 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): DataOciFleetAppsManagementRunbookAssociationsGroupsOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetails {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetailsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetails): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetailsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetails): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetailsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetails | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetails | undefined);
    get outputVariableName(): string;
    get stepName(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetailsList 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): DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetailsOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappings {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappings): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappings): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappings | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappings | undefined);
    get name(): string;
    private _outputVariableDetails;
    get outputVariableDetails(): DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputVariableDetailsList;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsList 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): DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksStepProperties {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksStepPropertiesToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksStepProperties): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksStepPropertiesToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksStepProperties): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksStepPropertiesOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksStepProperties | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksStepProperties | undefined);
    get actionOnFailure(): string;
    get condition(): string;
    get runOn(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksStepPropertiesList 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): DataOciFleetAppsManagementRunbookAssociationsTasksStepPropertiesOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContent {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContentToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContent): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContentToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContent): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContentOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContent | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContent | undefined);
    get bucket(): string;
    get checksum(): string;
    get namespace(): string;
    get object(): string;
    get sourceType(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContentList 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): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContentOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariables {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariablesToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariables): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariablesToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariables): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariablesOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariables | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariables | undefined);
    get description(): string;
    get name(): string;
    get type(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariablesList 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): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariablesOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariables {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariables): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariables): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariables | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariables | undefined);
    private _inputVariables;
    get inputVariables(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesInputVariablesList;
    get outputVariables(): string[];
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesList 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): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetails {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetails): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetails): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetails | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetails | undefined);
    get command(): string;
    private _content;
    get content(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsContentList;
    get endpoint(): string;
    get executionType(): string;
    private _variables;
    get variables(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsVariablesList;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsList 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): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsProperties {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsPropertiesToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsProperties): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsPropertiesToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsProperties): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsPropertiesOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsProperties | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsProperties | undefined);
    get numRetries(): number;
    get timeoutInSeconds(): number;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsPropertiesList 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): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsPropertiesOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetails {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetails): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetails): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetails | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetails | undefined);
    get description(): string;
    private _executionDetails;
    get executionDetails(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsExecutionDetailsList;
    get isCopyToLibraryEnabled(): cdktf.IResolvable;
    get name(): string;
    get osType(): string;
    get platform(): string;
    private _properties;
    get properties(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsPropertiesList;
    get scope(): string;
    get taskRecordId(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsList 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): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociationsTasks {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasks): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsTasksToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociationsTasks): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksOutputReference 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(): DataOciFleetAppsManagementRunbookAssociationsTasks | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociationsTasks | undefined);
    get associationType(): string;
    private _outputVariableMappings;
    get outputVariableMappings(): DataOciFleetAppsManagementRunbookAssociationsTasksOutputVariableMappingsList;
    get stepName(): string;
    private _stepProperties;
    get stepProperties(): DataOciFleetAppsManagementRunbookAssociationsTasksStepPropertiesList;
    private _taskRecordDetails;
    get taskRecordDetails(): DataOciFleetAppsManagementRunbookAssociationsTasksTaskRecordDetailsList;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsTasksList 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): DataOciFleetAppsManagementRunbookAssociationsTasksOutputReference;
}
export interface DataOciFleetAppsManagementRunbookAssociations {
}
export declare function dataOciFleetAppsManagementRunbookAssociationsToTerraform(struct?: DataOciFleetAppsManagementRunbookAssociations): any;
export declare function dataOciFleetAppsManagementRunbookAssociationsToHclTerraform(struct?: DataOciFleetAppsManagementRunbookAssociations): any;
export declare class DataOciFleetAppsManagementRunbookAssociationsOutputReference 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(): DataOciFleetAppsManagementRunbookAssociations | undefined;
    set internalValue(value: DataOciFleetAppsManagementRunbookAssociations | undefined);
    private _executionWorkflowDetails;
    get executionWorkflowDetails(): DataOciFleetAppsManagementRunbookAssociationsExecutionWorkflowDetailsList;
    private _groups;
    get groups(): DataOciFleetAppsManagementRunbookAssociationsGroupsList;
    private _tasks;
    get tasks(): DataOciFleetAppsManagementRunbookAssociationsTasksList;
    get version(): string;
}
export declare class DataOciFleetAppsManagementRunbookAssociationsList 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): DataOciFleetAppsManagementRunbookAssociationsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_runbook oci_fleet_apps_management_runbook}
*/
export declare class DataOciFleetAppsManagementRunbook extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_fleet_apps_management_runbook";
    /**
    * Generates CDKTF code for importing a DataOciFleetAppsManagementRunbook 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 DataOciFleetAppsManagementRunbook to import
    * @param importFromId The id of the existing DataOciFleetAppsManagementRunbook that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/fleet_apps_management_runbook#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciFleetAppsManagementRunbook 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/fleet_apps_management_runbook oci_fleet_apps_management_runbook} 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 DataOciFleetAppsManagementRunbookConfig
    */
    constructor(scope: Construct, id: string, config: DataOciFleetAppsManagementRunbookConfig);
    private _associations;
    get associations(): DataOciFleetAppsManagementRunbookAssociationsList;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    get estimatedTime(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    get isDefault(): cdktf.IResolvable;
    get lifecycleDetails(): string;
    get operation(): string;
    get osType(): string;
    get platform(): string;
    get resourceRegion(): string;
    private _runbookId?;
    get runbookId(): string;
    set runbookId(value: string);
    get runbookIdInput(): string | undefined;
    get runbookRelevance(): string;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    get type(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
