import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciManagementAgentManagementAgentConfig 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#management_agent_id DataOciManagementAgentManagementAgent#management_agent_id}
    */
    readonly managementAgentId: string;
}
export interface DataOciManagementAgentManagementAgentDataSourceListMetricDimensions {
}
export declare function dataOciManagementAgentManagementAgentDataSourceListMetricDimensionsToTerraform(struct?: DataOciManagementAgentManagementAgentDataSourceListMetricDimensions): any;
export declare function dataOciManagementAgentManagementAgentDataSourceListMetricDimensionsToHclTerraform(struct?: DataOciManagementAgentManagementAgentDataSourceListMetricDimensions): any;
export declare class DataOciManagementAgentManagementAgentDataSourceListMetricDimensionsOutputReference 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(): DataOciManagementAgentManagementAgentDataSourceListMetricDimensions | undefined;
    set internalValue(value: DataOciManagementAgentManagementAgentDataSourceListMetricDimensions | undefined);
    get name(): string;
    get value(): string;
}
export declare class DataOciManagementAgentManagementAgentDataSourceListMetricDimensionsList 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): DataOciManagementAgentManagementAgentDataSourceListMetricDimensionsOutputReference;
}
export interface DataOciManagementAgentManagementAgentDataSourceListStruct {
}
export declare function dataOciManagementAgentManagementAgentDataSourceListStructToTerraform(struct?: DataOciManagementAgentManagementAgentDataSourceListStruct): any;
export declare function dataOciManagementAgentManagementAgentDataSourceListStructToHclTerraform(struct?: DataOciManagementAgentManagementAgentDataSourceListStruct): any;
export declare class DataOciManagementAgentManagementAgentDataSourceListStructOutputReference 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(): DataOciManagementAgentManagementAgentDataSourceListStruct | undefined;
    set internalValue(value: DataOciManagementAgentManagementAgentDataSourceListStruct | undefined);
    get allowMetrics(): string;
    get compartmentId(): string;
    get connectionTimeout(): number;
    get isDaemonSet(): cdktf.IResolvable;
    get key(): string;
    private _metricDimensions;
    get metricDimensions(): DataOciManagementAgentManagementAgentDataSourceListMetricDimensionsList;
    get name(): string;
    get namespace(): string;
    get proxyUrl(): string;
    get readDataLimit(): number;
    get readTimeout(): number;
    get resourceGroup(): string;
    get scheduleMins(): number;
    get state(): string;
    get timeCreated(): string;
    get timeUpdated(): string;
    get type(): string;
    get url(): string;
}
export declare class DataOciManagementAgentManagementAgentDataSourceListStructList 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): DataOciManagementAgentManagementAgentDataSourceListStructOutputReference;
}
export interface DataOciManagementAgentManagementAgentDataSourceSummaryListStruct {
}
export declare function dataOciManagementAgentManagementAgentDataSourceSummaryListStructToTerraform(struct?: DataOciManagementAgentManagementAgentDataSourceSummaryListStruct): any;
export declare function dataOciManagementAgentManagementAgentDataSourceSummaryListStructToHclTerraform(struct?: DataOciManagementAgentManagementAgentDataSourceSummaryListStruct): any;
export declare class DataOciManagementAgentManagementAgentDataSourceSummaryListStructOutputReference 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(): DataOciManagementAgentManagementAgentDataSourceSummaryListStruct | undefined;
    set internalValue(value: DataOciManagementAgentManagementAgentDataSourceSummaryListStruct | undefined);
    get isDaemonSet(): cdktf.IResolvable;
    get key(): string;
    get name(): string;
    get type(): string;
}
export declare class DataOciManagementAgentManagementAgentDataSourceSummaryListStructList 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): DataOciManagementAgentManagementAgentDataSourceSummaryListStructOutputReference;
}
export interface DataOciManagementAgentManagementAgentManagementAgentProperties {
}
export declare function dataOciManagementAgentManagementAgentManagementAgentPropertiesToTerraform(struct?: DataOciManagementAgentManagementAgentManagementAgentProperties): any;
export declare function dataOciManagementAgentManagementAgentManagementAgentPropertiesToHclTerraform(struct?: DataOciManagementAgentManagementAgentManagementAgentProperties): any;
export declare class DataOciManagementAgentManagementAgentManagementAgentPropertiesOutputReference 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(): DataOciManagementAgentManagementAgentManagementAgentProperties | undefined;
    set internalValue(value: DataOciManagementAgentManagementAgentManagementAgentProperties | undefined);
    get name(): string;
    get units(): string;
    get values(): string[];
}
export declare class DataOciManagementAgentManagementAgentManagementAgentPropertiesList 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): DataOciManagementAgentManagementAgentManagementAgentPropertiesOutputReference;
}
export interface DataOciManagementAgentManagementAgentPluginListStruct {
}
export declare function dataOciManagementAgentManagementAgentPluginListStructToTerraform(struct?: DataOciManagementAgentManagementAgentPluginListStruct): any;
export declare function dataOciManagementAgentManagementAgentPluginListStructToHclTerraform(struct?: DataOciManagementAgentManagementAgentPluginListStruct): any;
export declare class DataOciManagementAgentManagementAgentPluginListStructOutputReference 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(): DataOciManagementAgentManagementAgentPluginListStruct | undefined;
    set internalValue(value: DataOciManagementAgentManagementAgentPluginListStruct | undefined);
    get isEnabled(): cdktf.IResolvable;
    get pluginDisplayName(): string;
    get pluginId(): string;
    get pluginName(): string;
    get pluginStatus(): string;
    get pluginStatusMessage(): string;
    get pluginVersion(): string;
}
export declare class DataOciManagementAgentManagementAgentPluginListStructList 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): DataOciManagementAgentManagementAgentPluginListStructOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/management_agent_management_agent oci_management_agent_management_agent}
*/
export declare class DataOciManagementAgentManagementAgent extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_management_agent_management_agent";
    /**
    * Generates CDKTF code for importing a DataOciManagementAgentManagementAgent 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 DataOciManagementAgentManagementAgent to import
    * @param importFromId The id of the existing DataOciManagementAgentManagementAgent 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#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciManagementAgentManagementAgent 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 oci_management_agent_management_agent} 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 DataOciManagementAgentManagementAgentConfig
    */
    constructor(scope: Construct, id: string, config: DataOciManagementAgentManagementAgentConfig);
    get availabilityStatus(): string;
    get compartmentId(): string;
    private _dataSourceList;
    get dataSourceList(): DataOciManagementAgentManagementAgentDataSourceListStructList;
    private _dataSourceSummaryList;
    get dataSourceSummaryList(): DataOciManagementAgentManagementAgentDataSourceSummaryListStructList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get deployPluginsId(): string[];
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get host(): string;
    get hostId(): string;
    get id(): string;
    get installKeyId(): string;
    get installPath(): string;
    get installType(): string;
    get isAgentAutoUpgradable(): cdktf.IResolvable;
    get isCustomerDeployed(): cdktf.IResolvable;
    get lifecycleDetails(): string;
    get managedAgentId(): string;
    private _managementAgentId?;
    get managementAgentId(): string;
    set managementAgentId(value: string);
    get managementAgentIdInput(): string | undefined;
    private _managementAgentProperties;
    get managementAgentProperties(): DataOciManagementAgentManagementAgentManagementAgentPropertiesList;
    get platformName(): string;
    get platformType(): string;
    get platformVersion(): string;
    private _pluginList;
    get pluginList(): DataOciManagementAgentManagementAgentPluginListStructList;
    get resourceArtifactVersion(): string;
    get state(): string;
    get timeCreated(): string;
    get timeLastHeartbeat(): string;
    get timeUpdated(): string;
    get version(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
