import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciManagementAgentManagementAgentDataSourcesConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources#id DataOciManagementAgentManagementAgentDataSources#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/management_agent_management_agent_data_sources#management_agent_id DataOciManagementAgentManagementAgentDataSources#management_agent_id}
    */
    readonly managementAgentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources#name DataOciManagementAgentManagementAgentDataSources#name}
    */
    readonly name?: string;
    /**
    * filter block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources#filter DataOciManagementAgentManagementAgentDataSources#filter}
    */
    readonly filter?: DataOciManagementAgentManagementAgentDataSourcesFilter[] | cdktf.IResolvable;
}
export interface DataOciManagementAgentManagementAgentDataSourcesDataSources {
}
export declare function dataOciManagementAgentManagementAgentDataSourcesDataSourcesToTerraform(struct?: DataOciManagementAgentManagementAgentDataSourcesDataSources): any;
export declare function dataOciManagementAgentManagementAgentDataSourcesDataSourcesToHclTerraform(struct?: DataOciManagementAgentManagementAgentDataSourcesDataSources): any;
export declare class DataOciManagementAgentManagementAgentDataSourcesDataSourcesOutputReference 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(): DataOciManagementAgentManagementAgentDataSourcesDataSources | undefined;
    set internalValue(value: DataOciManagementAgentManagementAgentDataSourcesDataSources | undefined);
    get dataSourceKey(): string;
    get name(): string;
    get type(): string;
}
export declare class DataOciManagementAgentManagementAgentDataSourcesDataSourcesList 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): DataOciManagementAgentManagementAgentDataSourcesDataSourcesOutputReference;
}
export interface DataOciManagementAgentManagementAgentDataSourcesFilter {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources#name DataOciManagementAgentManagementAgentDataSources#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources#regex DataOciManagementAgentManagementAgentDataSources#regex}
    */
    readonly regex?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources#values DataOciManagementAgentManagementAgentDataSources#values}
    */
    readonly values: string[];
}
export declare function dataOciManagementAgentManagementAgentDataSourcesFilterToTerraform(struct?: DataOciManagementAgentManagementAgentDataSourcesFilter | cdktf.IResolvable): any;
export declare function dataOciManagementAgentManagementAgentDataSourcesFilterToHclTerraform(struct?: DataOciManagementAgentManagementAgentDataSourcesFilter | cdktf.IResolvable): any;
export declare class DataOciManagementAgentManagementAgentDataSourcesFilterOutputReference 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(): DataOciManagementAgentManagementAgentDataSourcesFilter | cdktf.IResolvable | undefined;
    set internalValue(value: DataOciManagementAgentManagementAgentDataSourcesFilter | 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 DataOciManagementAgentManagementAgentDataSourcesFilterList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: DataOciManagementAgentManagementAgentDataSourcesFilter[] | 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): DataOciManagementAgentManagementAgentDataSourcesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources oci_management_agent_management_agent_data_sources}
*/
export declare class DataOciManagementAgentManagementAgentDataSources extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_management_agent_management_agent_data_sources";
    /**
    * Generates CDKTF code for importing a DataOciManagementAgentManagementAgentDataSources 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 DataOciManagementAgentManagementAgentDataSources to import
    * @param importFromId The id of the existing DataOciManagementAgentManagementAgentDataSources that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent_data_sources#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciManagementAgentManagementAgentDataSources 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/management_agent_management_agent_data_sources oci_management_agent_management_agent_data_sources} 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 DataOciManagementAgentManagementAgentDataSourcesConfig
    */
    constructor(scope: Construct, id: string, config: DataOciManagementAgentManagementAgentDataSourcesConfig);
    private _dataSources;
    get dataSources(): DataOciManagementAgentManagementAgentDataSourcesDataSourcesList;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _managementAgentId?;
    get managementAgentId(): string;
    set managementAgentId(value: string);
    get managementAgentIdInput(): string | undefined;
    private _name?;
    get name(): string;
    set name(value: string);
    resetName(): void;
    get nameInput(): string | undefined;
    private _filter;
    get filter(): DataOciManagementAgentManagementAgentDataSourcesFilterList;
    putFilter(value: DataOciManagementAgentManagementAgentDataSourcesFilter[] | cdktf.IResolvable): void;
    resetFilter(): void;
    get filterInput(): cdktf.IResolvable | DataOciManagementAgentManagementAgentDataSourcesFilter[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
