import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDataintegrationWorkspaceApplicationPatchConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_application_patch#application_key DataOciDataintegrationWorkspaceApplicationPatch#application_key}
    */
    readonly applicationKey: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_application_patch#patch_key DataOciDataintegrationWorkspaceApplicationPatch#patch_key}
    */
    readonly patchKey: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_application_patch#workspace_id DataOciDataintegrationWorkspaceApplicationPatch#workspace_id}
    */
    readonly workspaceId: string;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadata {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadataToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadata): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadataToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadata): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadataOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadata | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadata | undefined);
    get action(): string;
    get identifier(): string;
    get key(): string;
    get name(): string;
    get namePath(): string;
    get objectVersion(): number;
    get type(): string;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadataList 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): DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadataOutputReference;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregator {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataAggregatorToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregator): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataAggregatorToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregator): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregatorOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregator | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregator | undefined);
    get description(): string;
    get identifier(): string;
    get key(): string;
    get name(): string;
    get type(): string;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregatorList 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): DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregatorOutputReference;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStruct {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStructToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStruct): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStructToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStruct): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStructOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStruct | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStruct | undefined);
    get objectCount(): string;
    get objectType(): string;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStructList 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): DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStructOutputReference;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatistics {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatistics): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatistics): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatistics | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatistics | undefined);
    private _objectTypeCountList;
    get objectTypeCountList(): DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsObjectTypeCountListStructList;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsList 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): DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsOutputReference;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchMetadata {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadata): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchMetadataToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchMetadata): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchMetadata | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchMetadata | undefined);
    private _aggregator;
    get aggregator(): DataOciDataintegrationWorkspaceApplicationPatchMetadataAggregatorList;
    get aggregatorKey(): string;
    private _countStatistics;
    get countStatistics(): DataOciDataintegrationWorkspaceApplicationPatchMetadataCountStatisticsList;
    get createdBy(): string;
    get createdByName(): string;
    get identifierPath(): string;
    private _infoFields;
    get infoFields(): cdktf.StringMap;
    get isFavorite(): cdktf.IResolvable;
    get labels(): string[];
    get registryVersion(): number;
    get timeCreated(): string;
    get timeUpdated(): string;
    get updatedBy(): string;
    get updatedByName(): string;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchMetadataList 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): DataOciDataintegrationWorkspaceApplicationPatchMetadataOutputReference;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchParentRef {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchParentRefToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchParentRef): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchParentRefToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchParentRef): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchParentRefOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchParentRef | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchParentRef | undefined);
    get parent(): string;
    get rootDocId(): string;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchParentRefList 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): DataOciDataintegrationWorkspaceApplicationPatchParentRefOutputReference;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadata {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadataToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadata): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadataToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadata): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadataOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadata | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadata | undefined);
    get action(): string;
    get identifier(): string;
    get key(): string;
    get name(): string;
    get namePath(): string;
    get objectVersion(): number;
    get type(): string;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadataList 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): DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadataOutputReference;
}
export interface DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadata {
}
export declare function dataOciDataintegrationWorkspaceApplicationPatchRegistryMetadataToTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadata): any;
export declare function dataOciDataintegrationWorkspaceApplicationPatchRegistryMetadataToHclTerraform(struct?: DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadata): any;
export declare class DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadataOutputReference 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(): DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadata | undefined;
    set internalValue(value: DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadata | undefined);
    get aggregatorKey(): string;
    get isFavorite(): cdktf.IResolvable;
    get key(): string;
    get labels(): string[];
    get registryVersion(): number;
}
export declare class DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadataList 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): DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadataOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_application_patch oci_dataintegration_workspace_application_patch}
*/
export declare class DataOciDataintegrationWorkspaceApplicationPatch extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_dataintegration_workspace_application_patch";
    /**
    * Generates CDKTF code for importing a DataOciDataintegrationWorkspaceApplicationPatch 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 DataOciDataintegrationWorkspaceApplicationPatch to import
    * @param importFromId The id of the existing DataOciDataintegrationWorkspaceApplicationPatch that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dataintegration_workspace_application_patch#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDataintegrationWorkspaceApplicationPatch 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/dataintegration_workspace_application_patch oci_dataintegration_workspace_application_patch} 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 DataOciDataintegrationWorkspaceApplicationPatchConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDataintegrationWorkspaceApplicationPatchConfig);
    private _applicationKey?;
    get applicationKey(): string;
    set applicationKey(value: string);
    get applicationKeyInput(): string | undefined;
    get applicationVersion(): number;
    private _dependentObjectMetadata;
    get dependentObjectMetadata(): DataOciDataintegrationWorkspaceApplicationPatchDependentObjectMetadataList;
    get description(): string;
    private _errorMessages;
    get errorMessages(): cdktf.StringMap;
    get id(): string;
    get identifier(): string;
    get key(): string;
    private _keyMap;
    get keyMap(): cdktf.StringMap;
    private _metadata;
    get metadata(): DataOciDataintegrationWorkspaceApplicationPatchMetadataList;
    get modelType(): string;
    get modelVersion(): string;
    get name(): string;
    get objectKeys(): string[];
    get objectStatus(): number;
    get objectVersion(): number;
    private _parentRef;
    get parentRef(): DataOciDataintegrationWorkspaceApplicationPatchParentRefList;
    private _patchKey?;
    get patchKey(): string;
    set patchKey(value: string);
    get patchKeyInput(): string | undefined;
    private _patchObjectMetadata;
    get patchObjectMetadata(): DataOciDataintegrationWorkspaceApplicationPatchPatchObjectMetadataList;
    get patchStatus(): string;
    get patchType(): string;
    private _registryMetadata;
    get registryMetadata(): DataOciDataintegrationWorkspaceApplicationPatchRegistryMetadataList;
    get timePatched(): string;
    private _workspaceId?;
    get workspaceId(): string;
    set workspaceId(value: string);
    get workspaceIdInput(): string | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
