import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciApmSyntheticsScriptsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#apm_domain_id DataOciApmSyntheticsScripts#apm_domain_id}
    */
    readonly apmDomainId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#content_type DataOciApmSyntheticsScripts#content_type}
    */
    readonly contentType?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#display_name DataOciApmSyntheticsScripts#display_name}
    */
    readonly displayName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#id DataOciApmSyntheticsScripts#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;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#filter DataOciApmSyntheticsScripts#filter}
    */
    readonly filter?: DataOciApmSyntheticsScriptsFilter[] | cdktf.IResolvable;
}
export interface DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMap {
}
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMapToTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMap): any;
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMapToHclTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMap): any;
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMapOutputReference 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(): DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMap | undefined;
    set internalValue(value: DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMap | undefined);
    get disabled(): number;
    get enabled(): number;
    get invalid(): number;
    get total(): number;
}
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMapList 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): DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMapOutputReference;
}
export interface DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameter {
}
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameterToTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameter): any;
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameterToHclTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameter): any;
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameterOutputReference 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(): DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameter | undefined;
    set internalValue(value: DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameter | undefined);
    get isSecret(): cdktf.IResolvable;
    get paramName(): string;
    get paramValue(): string;
}
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameterList 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): DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameterOutputReference;
}
export interface DataOciApmSyntheticsScriptsScriptCollectionItemsParameters {
}
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsParametersToTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItemsParameters): any;
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsParametersToHclTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItemsParameters): any;
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsParametersOutputReference 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(): DataOciApmSyntheticsScriptsScriptCollectionItemsParameters | undefined;
    set internalValue(value: DataOciApmSyntheticsScriptsScriptCollectionItemsParameters | undefined);
    get isOverwritten(): cdktf.IResolvable;
    get isSecret(): cdktf.IResolvable;
    get paramName(): string;
    get paramValue(): string;
    private _scriptParameter;
    get scriptParameter(): DataOciApmSyntheticsScriptsScriptCollectionItemsParametersScriptParameterList;
}
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsParametersList 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): DataOciApmSyntheticsScriptsScriptCollectionItemsParametersOutputReference;
}
export interface DataOciApmSyntheticsScriptsScriptCollectionItems {
}
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsToTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItems): any;
export declare function dataOciApmSyntheticsScriptsScriptCollectionItemsToHclTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollectionItems): any;
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsOutputReference 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(): DataOciApmSyntheticsScriptsScriptCollectionItems | undefined;
    set internalValue(value: DataOciApmSyntheticsScriptsScriptCollectionItems | undefined);
    get apmDomainId(): string;
    get content(): string;
    get contentFileName(): string;
    get contentSizeInBytes(): number;
    get contentType(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _monitorStatusCountMap;
    get monitorStatusCountMap(): DataOciApmSyntheticsScriptsScriptCollectionItemsMonitorStatusCountMapList;
    private _parameters;
    get parameters(): DataOciApmSyntheticsScriptsScriptCollectionItemsParametersList;
    get timeCreated(): string;
    get timeUpdated(): string;
    get timeUploaded(): string;
}
export declare class DataOciApmSyntheticsScriptsScriptCollectionItemsList 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): DataOciApmSyntheticsScriptsScriptCollectionItemsOutputReference;
}
export interface DataOciApmSyntheticsScriptsScriptCollection {
}
export declare function dataOciApmSyntheticsScriptsScriptCollectionToTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollection): any;
export declare function dataOciApmSyntheticsScriptsScriptCollectionToHclTerraform(struct?: DataOciApmSyntheticsScriptsScriptCollection): any;
export declare class DataOciApmSyntheticsScriptsScriptCollectionOutputReference 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(): DataOciApmSyntheticsScriptsScriptCollection | undefined;
    set internalValue(value: DataOciApmSyntheticsScriptsScriptCollection | undefined);
    private _items;
    get items(): DataOciApmSyntheticsScriptsScriptCollectionItemsList;
}
export declare class DataOciApmSyntheticsScriptsScriptCollectionList 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): DataOciApmSyntheticsScriptsScriptCollectionOutputReference;
}
export interface DataOciApmSyntheticsScriptsFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#name DataOciApmSyntheticsScripts#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#regex DataOciApmSyntheticsScripts#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#values DataOciApmSyntheticsScripts#values}
    */
    readonly values: string[];
}
export declare function dataOciApmSyntheticsScriptsFilterToTerraform(struct?: DataOciApmSyntheticsScriptsFilter | cdktf.IResolvable): any;
export declare function dataOciApmSyntheticsScriptsFilterToHclTerraform(struct?: DataOciApmSyntheticsScriptsFilter | cdktf.IResolvable): any;
export declare class DataOciApmSyntheticsScriptsFilterOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    private resolvableValue?;
    /**
    * @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(): DataOciApmSyntheticsScriptsFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciApmSyntheticsScriptsFilter | cdktf.IResolvable | undefined);
    private _name?;
    get name(): string;
    set name(value: string);
    get nameInput(): string | undefined;
    private _regex?;
    get regex(): boolean | cdktf.IResolvable;
    set regex(value: boolean | cdktf.IResolvable);
    resetRegex(): void;
    get regexInput(): boolean | cdktf.IResolvable | undefined;
    private _values?;
    get values(): string[];
    set values(value: string[]);
    get valuesInput(): string[] | undefined;
}
export declare class DataOciApmSyntheticsScriptsFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciApmSyntheticsScriptsFilter[] | cdktf.IResolvable;
    /**
    * @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): DataOciApmSyntheticsScriptsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts oci_apm_synthetics_scripts}
*/
export declare class DataOciApmSyntheticsScripts extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_apm_synthetics_scripts";
    /**
    * Generates CDKTF code for importing a DataOciApmSyntheticsScripts 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 DataOciApmSyntheticsScripts to import
    * @param importFromId The id of the existing DataOciApmSyntheticsScripts that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_scripts#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciApmSyntheticsScripts 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/apm_synthetics_scripts oci_apm_synthetics_scripts} 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 DataOciApmSyntheticsScriptsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciApmSyntheticsScriptsConfig);
    private _apmDomainId?;
    get apmDomainId(): string;
    set apmDomainId(value: string);
    get apmDomainIdInput(): string | undefined;
    private _contentType?;
    get contentType(): string;
    set contentType(value: string);
    resetContentType(): void;
    get contentTypeInput(): string | undefined;
    private _displayName?;
    get displayName(): string;
    set displayName(value: string);
    resetDisplayName(): void;
    get displayNameInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _scriptCollection;
    get scriptCollection(): DataOciApmSyntheticsScriptsScriptCollectionList;
    private _filter;
    get filter(): DataOciApmSyntheticsScriptsFilterList;
    putFilter(value: DataOciApmSyntheticsScriptsFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciApmSyntheticsScriptsFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
