import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudMonitorStatisticDataConfig extends cdktf.TerraformMetaArguments { /** * GroupBy by the specified dimension. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#group_bys DataTencentcloudMonitorStatisticData#group_bys} */ readonly groupBys?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#id DataTencentcloudMonitorStatisticData#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; /** * Metric name list. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#metric_names DataTencentcloudMonitorStatisticData#metric_names} */ readonly metricNames: string[]; /** * Module, whose value is fixed at monitor. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#module DataTencentcloudMonitorStatisticData#module} */ readonly module: string; /** * Namespace. Valid values: QCE, TKE2. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#namespace DataTencentcloudMonitorStatisticData#namespace} */ readonly namespace: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#result_output_file DataTencentcloudMonitorStatisticData#result_output_file} */ readonly resultOutputFile?: string; /** * conditions block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#conditions DataTencentcloudMonitorStatisticData#conditions} */ readonly conditions?: DataTencentcloudMonitorStatisticDataConditions[] | cdktf.IResolvable; } export interface DataTencentcloudMonitorStatisticDataDataPointsDimensions { } export declare function dataTencentcloudMonitorStatisticDataDataPointsDimensionsToTerraform(struct?: DataTencentcloudMonitorStatisticDataDataPointsDimensions): any; export declare function dataTencentcloudMonitorStatisticDataDataPointsDimensionsToHclTerraform(struct?: DataTencentcloudMonitorStatisticDataDataPointsDimensions): any; export declare class DataTencentcloudMonitorStatisticDataDataPointsDimensionsOutputReference 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(): DataTencentcloudMonitorStatisticDataDataPointsDimensions | undefined; set internalValue(value: DataTencentcloudMonitorStatisticDataDataPointsDimensions | undefined); get name(): any; get value(): any; } export declare class DataTencentcloudMonitorStatisticDataDataPointsDimensionsList 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): DataTencentcloudMonitorStatisticDataDataPointsDimensionsOutputReference; } export interface DataTencentcloudMonitorStatisticDataDataPointsValues { } export declare function dataTencentcloudMonitorStatisticDataDataPointsValuesToTerraform(struct?: DataTencentcloudMonitorStatisticDataDataPointsValues): any; export declare function dataTencentcloudMonitorStatisticDataDataPointsValuesToHclTerraform(struct?: DataTencentcloudMonitorStatisticDataDataPointsValues): any; export declare class DataTencentcloudMonitorStatisticDataDataPointsValuesOutputReference 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(): DataTencentcloudMonitorStatisticDataDataPointsValues | undefined; set internalValue(value: DataTencentcloudMonitorStatisticDataDataPointsValues | undefined); get timestamp(): any; get value(): any; } export declare class DataTencentcloudMonitorStatisticDataDataPointsValuesList 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): DataTencentcloudMonitorStatisticDataDataPointsValuesOutputReference; } export interface DataTencentcloudMonitorStatisticDataDataPoints { } export declare function dataTencentcloudMonitorStatisticDataDataPointsToTerraform(struct?: DataTencentcloudMonitorStatisticDataDataPoints): any; export declare function dataTencentcloudMonitorStatisticDataDataPointsToHclTerraform(struct?: DataTencentcloudMonitorStatisticDataDataPoints): any; export declare class DataTencentcloudMonitorStatisticDataDataPointsOutputReference 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(): DataTencentcloudMonitorStatisticDataDataPoints | undefined; set internalValue(value: DataTencentcloudMonitorStatisticDataDataPoints | undefined); private _dimensions; get dimensions(): DataTencentcloudMonitorStatisticDataDataPointsDimensionsList; private _values; get values(): DataTencentcloudMonitorStatisticDataDataPointsValuesList; } export declare class DataTencentcloudMonitorStatisticDataDataPointsList 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): DataTencentcloudMonitorStatisticDataDataPointsOutputReference; } export interface DataTencentcloudMonitorStatisticDataData { } export declare function dataTencentcloudMonitorStatisticDataDataToTerraform(struct?: DataTencentcloudMonitorStatisticDataData): any; export declare function dataTencentcloudMonitorStatisticDataDataToHclTerraform(struct?: DataTencentcloudMonitorStatisticDataData): any; export declare class DataTencentcloudMonitorStatisticDataDataOutputReference 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(): DataTencentcloudMonitorStatisticDataData | undefined; set internalValue(value: DataTencentcloudMonitorStatisticDataData | undefined); get metricName(): any; private _points; get points(): DataTencentcloudMonitorStatisticDataDataPointsList; } export declare class DataTencentcloudMonitorStatisticDataDataList 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): DataTencentcloudMonitorStatisticDataDataOutputReference; } export interface DataTencentcloudMonitorStatisticDataConditions { /** * Dimension. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#key DataTencentcloudMonitorStatisticData#key} */ readonly key: string; /** * Operator. Valid values: eq (equal to), ne (not equal to), in. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#operator DataTencentcloudMonitorStatisticData#operator} */ readonly operator: string; /** * Dimension value. If Operator is eq or ne, only the first element will be used. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#value DataTencentcloudMonitorStatisticData#value} */ readonly value: string[]; } export declare function dataTencentcloudMonitorStatisticDataConditionsToTerraform(struct?: DataTencentcloudMonitorStatisticDataConditions | cdktf.IResolvable): any; export declare function dataTencentcloudMonitorStatisticDataConditionsToHclTerraform(struct?: DataTencentcloudMonitorStatisticDataConditions | cdktf.IResolvable): any; export declare class DataTencentcloudMonitorStatisticDataConditionsOutputReference 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(): DataTencentcloudMonitorStatisticDataConditions | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudMonitorStatisticDataConditions | cdktf.IResolvable | undefined); private _key?; get key(): string; set key(value: string); get keyInput(): string; private _operator?; get operator(): string; set operator(value: string); get operatorInput(): string; private _value?; get value(): string[]; set value(value: string[]); get valueInput(): string[]; } export declare class DataTencentcloudMonitorStatisticDataConditionsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudMonitorStatisticDataConditions[] | 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): DataTencentcloudMonitorStatisticDataConditionsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data tencentcloud_monitor_statistic_data} */ export declare class DataTencentcloudMonitorStatisticData extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_monitor_statistic_data"; /** * Generates CDKTF code for importing a DataTencentcloudMonitorStatisticData resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataTencentcloudMonitorStatisticData to import * @param importFromId The id of the existing DataTencentcloudMonitorStatisticData that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudMonitorStatisticData to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/monitor_statistic_data tencentcloud_monitor_statistic_data} 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 DataTencentcloudMonitorStatisticDataConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudMonitorStatisticDataConfig); private _data; get data(): DataTencentcloudMonitorStatisticDataDataList; get endTime(): any; private _groupBys?; get groupBys(): string[]; set groupBys(value: string[]); resetGroupBys(): void; get groupBysInput(): string[]; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _metricNames?; get metricNames(): string[]; set metricNames(value: string[]); get metricNamesInput(): string[]; private _module?; get module(): string; set module(value: string); get moduleInput(): string; private _namespace?; get namespace(): string; set namespace(value: string); get namespaceInput(): string; get period(): any; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; get startTime(): any; private _conditions; get conditions(): DataTencentcloudMonitorStatisticDataConditionsList; putConditions(value: DataTencentcloudMonitorStatisticDataConditions[] | cdktf.IResolvable): void; resetConditions(): void; get conditionsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }