import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciApmConfigConfigConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_config_config#apm_domain_id DataOciApmConfigConfig#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_config_config#config_id DataOciApmConfigConfig#config_id}
    */
    readonly configId: string;
}
export interface DataOciApmConfigConfigDimensions {
}
export declare function dataOciApmConfigConfigDimensionsToTerraform(struct?: DataOciApmConfigConfigDimensions): any;
export declare function dataOciApmConfigConfigDimensionsToHclTerraform(struct?: DataOciApmConfigConfigDimensions): any;
export declare class DataOciApmConfigConfigDimensionsOutputReference 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(): DataOciApmConfigConfigDimensions | undefined;
    set internalValue(value: DataOciApmConfigConfigDimensions | undefined);
    get name(): string;
    get valueSource(): string;
}
export declare class DataOciApmConfigConfigDimensionsList 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): DataOciApmConfigConfigDimensionsOutputReference;
}
export interface DataOciApmConfigConfigInUseBy {
}
export declare function dataOciApmConfigConfigInUseByToTerraform(struct?: DataOciApmConfigConfigInUseBy): any;
export declare function dataOciApmConfigConfigInUseByToHclTerraform(struct?: DataOciApmConfigConfigInUseBy): any;
export declare class DataOciApmConfigConfigInUseByOutputReference 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(): DataOciApmConfigConfigInUseBy | undefined;
    set internalValue(value: DataOciApmConfigConfigInUseBy | undefined);
    get configType(): string;
    get displayName(): string;
    get id(): string;
    get optionsGroup(): string;
}
export declare class DataOciApmConfigConfigInUseByList 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): DataOciApmConfigConfigInUseByOutputReference;
}
export interface DataOciApmConfigConfigMetrics {
}
export declare function dataOciApmConfigConfigMetricsToTerraform(struct?: DataOciApmConfigConfigMetrics): any;
export declare function dataOciApmConfigConfigMetricsToHclTerraform(struct?: DataOciApmConfigConfigMetrics): any;
export declare class DataOciApmConfigConfigMetricsOutputReference 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(): DataOciApmConfigConfigMetrics | undefined;
    set internalValue(value: DataOciApmConfigConfigMetrics | undefined);
    get description(): string;
    get name(): string;
    get unit(): string;
    get valueSource(): string;
}
export declare class DataOciApmConfigConfigMetricsList 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): DataOciApmConfigConfigMetricsOutputReference;
}
export interface DataOciApmConfigConfigRules {
}
export declare function dataOciApmConfigConfigRulesToTerraform(struct?: DataOciApmConfigConfigRules): any;
export declare function dataOciApmConfigConfigRulesToHclTerraform(struct?: DataOciApmConfigConfigRules): any;
export declare class DataOciApmConfigConfigRulesOutputReference 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(): DataOciApmConfigConfigRules | undefined;
    set internalValue(value: DataOciApmConfigConfigRules | undefined);
    get displayName(): string;
    get filterText(): string;
    get isApplyToErrorSpans(): cdktf.IResolvable;
    get isEnabled(): cdktf.IResolvable;
    get priority(): number;
    get satisfiedResponseTime(): number;
    get toleratingResponseTime(): number;
}
export declare class DataOciApmConfigConfigRulesList 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): DataOciApmConfigConfigRulesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_config_config oci_apm_config_config}
*/
export declare class DataOciApmConfigConfig extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_apm_config_config";
    /**
    * Generates CDKTF code for importing a DataOciApmConfigConfig 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 DataOciApmConfigConfig to import
    * @param importFromId The id of the existing DataOciApmConfigConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_config_config#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciApmConfigConfig 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_config_config oci_apm_config_config} 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 DataOciApmConfigConfigConfig
    */
    constructor(scope: Construct, id: string, config: DataOciApmConfigConfigConfig);
    private _apmDomainId?;
    get apmDomainId(): string;
    set apmDomainId(value: string);
    get apmDomainIdInput(): string | undefined;
    private _configId?;
    get configId(): string;
    set configId(value: string);
    get configIdInput(): string | undefined;
    get configType(): string;
    get createdBy(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    private _dimensions;
    get dimensions(): DataOciApmConfigConfigDimensionsList;
    get displayName(): string;
    get etag(): string;
    get filterId(): string;
    get filterText(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get group(): string;
    get id(): string;
    private _inUseBy;
    get inUseBy(): DataOciApmConfigConfigInUseByList;
    private _metrics;
    get metrics(): DataOciApmConfigConfigMetricsList;
    get namespace(): string;
    get opcDryRun(): string;
    get options(): string;
    private _rules;
    get rules(): DataOciApmConfigConfigRulesList;
    get timeCreated(): string;
    get timeUpdated(): string;
    get updatedBy(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
