import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudRumSetUrlStatisticsConfig extends cdktf.TerraformMetaArguments { /** * The region where the data reporting takes place. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#area DataTencentcloudRumSetUrlStatistics#area} */ readonly area?: string; /** * The mobile phone brand used for data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#brand DataTencentcloudRumSetUrlStatistics#brand} */ readonly brand?: string; /** * The browser type used for data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#browser DataTencentcloudRumSetUrlStatistics#browser} */ readonly browser?: string; /** * The method used for calculating the elapsed time `50`: 50th percentile, `75`: 75th percentile., `90`: 90th percentile., `95`: 95th percentile., `99`: 99th percentile., `99.5`: 99.5th percentile., `avg`: Mean. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#cost_type DataTencentcloudRumSetUrlStatistics#cost_type} */ readonly costType?: string; /** * The device used for data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#device DataTencentcloudRumSetUrlStatistics#device} */ readonly device?: string; /** * End time but is represented using a timestamp in seconds. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#end_time DataTencentcloudRumSetUrlStatistics#end_time} */ readonly endTime: number; /** * The browser engine used for data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#engine DataTencentcloudRumSetUrlStatistics#engine} */ readonly engine?: string; /** * The code environment where the data reporting takes place.(`production`: production env, `development`: development env, `gray`: gray env, `pre`: pre env, `daily`: daily env, `local`: local env, `others`: others env). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#env DataTencentcloudRumSetUrlStatistics#env} */ readonly env?: string; /** * First Expansion parameter. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#ext_first DataTencentcloudRumSetUrlStatistics#ext_first} */ readonly extFirst?: string; /** * Second Expansion parameter. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#ext_second DataTencentcloudRumSetUrlStatistics#ext_second} */ readonly extSecond?: string; /** * Third Expansion parameter. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#ext_third DataTencentcloudRumSetUrlStatistics#ext_third} */ readonly extThird?: string; /** * The source page of the data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#from DataTencentcloudRumSetUrlStatistics#from} */ readonly from?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#id DataTencentcloudRumSetUrlStatistics#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; /** * Whether it is non-China region.`1`: yes; `0`: no. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#is_abroad DataTencentcloudRumSetUrlStatistics#is_abroad} */ readonly isAbroad?: string; /** * The internet service provider used for data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#isp DataTencentcloudRumSetUrlStatistics#isp} */ readonly isp?: string; /** * Log level for data reporting(`1`: whitelist, `2`: normal, `4`: error, `8`: promise error, `16`: ajax request error, `32`: js resource load error, `64`: image resource load error, `128`: css resource load error, `256`: console.error, `512`: video resource load error, `1024`: request retcode error, `2048`: sdk self monitor error, `4096`: pv log, `8192`: event log). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#level DataTencentcloudRumSetUrlStatistics#level} */ readonly level?: string; /** * The network type used for data reporting.(`1`: Wifi, `2`: 2G, `3`: 3G, `4`: 4G, `5`: 5G, `6`: 6G, `100`: Unknown). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#net_type DataTencentcloudRumSetUrlStatistics#net_type} */ readonly netType?: string; /** * The operating system used for data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#os DataTencentcloudRumSetUrlStatistics#os} */ readonly os?: string; /** * Package Type. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#package_type DataTencentcloudRumSetUrlStatistics#package_type} */ readonly packageType?: string; /** * The platform where the data reporting takes place.(`1`: Android, `2`: IOS, `3`: Windows, `4`: Mac, `5`: Linux, `100`: Other). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#platform DataTencentcloudRumSetUrlStatistics#platform} */ readonly platform?: string; /** * Project ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#project_id DataTencentcloudRumSetUrlStatistics#project_id} */ readonly projectId: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#result_output_file DataTencentcloudRumSetUrlStatistics#result_output_file} */ readonly resultOutputFile?: string; /** * Start time but is represented using a timestamp in seconds. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#start_time DataTencentcloudRumSetUrlStatistics#start_time} */ readonly startTime: number; /** * Query Data Type. `allcount`:CostType allcount, `data`: CostType group by data, `component`:miniProgram component, `day`:query data in day, `nettype`:query data group by nettype, `performance`:query data group by performance, `version`: CostType sort by version, `platform`: CostType sort by platform, `isp`: CostType sort by isp, `region`: CostType sort by region, `device`: CostType sort by device, `browser`: CostType sort by browser, `ext1`: CostType sort by ext1, `ext2`: CostType sort by ext2, `ext3`: CostType sort by ext3, `ret`: CostType sort by ret, `status`: CostType sort by status, `from`: CostType sort by from, `url`: CostType sort by url, `env`: CostType sort by env. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#type DataTencentcloudRumSetUrlStatistics#type} */ readonly type: string; /** * The SDK version used for data reporting. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#version_num DataTencentcloudRumSetUrlStatistics#version_num} */ readonly versionNum?: string; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics tencentcloud_rum_set_url_statistics} */ export declare class DataTencentcloudRumSetUrlStatistics extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_rum_set_url_statistics"; /** * Generates CDKTF code for importing a DataTencentcloudRumSetUrlStatistics 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 DataTencentcloudRumSetUrlStatistics to import * @param importFromId The id of the existing DataTencentcloudRumSetUrlStatistics that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/rum_set_url_statistics#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudRumSetUrlStatistics 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/rum_set_url_statistics tencentcloud_rum_set_url_statistics} 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 DataTencentcloudRumSetUrlStatisticsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudRumSetUrlStatisticsConfig); private _area?; get area(): string; set area(value: string); resetArea(): void; get areaInput(): string; private _brand?; get brand(): string; set brand(value: string); resetBrand(): void; get brandInput(): string; private _browser?; get browser(): string; set browser(value: string); resetBrowser(): void; get browserInput(): string; private _costType?; get costType(): string; set costType(value: string); resetCostType(): void; get costTypeInput(): string; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; private _endTime?; get endTime(): number; set endTime(value: number); get endTimeInput(): number; private _engine?; get engine(): string; set engine(value: string); resetEngine(): void; get engineInput(): string; private _env?; get env(): string; set env(value: string); resetEnv(): void; get envInput(): string; private _extFirst?; get extFirst(): string; set extFirst(value: string); resetExtFirst(): void; get extFirstInput(): string; private _extSecond?; get extSecond(): string; set extSecond(value: string); resetExtSecond(): void; get extSecondInput(): string; private _extThird?; get extThird(): string; set extThird(value: string); resetExtThird(): void; get extThirdInput(): string; private _from?; get from(): string; set from(value: string); resetFrom(): void; get fromInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _isAbroad?; get isAbroad(): string; set isAbroad(value: string); resetIsAbroad(): void; get isAbroadInput(): string; private _isp?; get isp(): string; set isp(value: string); resetIsp(): void; get ispInput(): string; private _level?; get level(): string; set level(value: string); resetLevel(): void; get levelInput(): string; private _netType?; get netType(): string; set netType(value: string); resetNetType(): void; get netTypeInput(): string; private _os?; get os(): string; set os(value: string); resetOs(): void; get osInput(): string; private _packageType?; get packageType(): string; set packageType(value: string); resetPackageType(): void; get packageTypeInput(): string; private _platform?; get platform(): string; set platform(value: string); resetPlatform(): void; get platformInput(): string; private _projectId?; get projectId(): number; set projectId(value: number); get projectIdInput(): number; get result(): any; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _startTime?; get startTime(): number; set startTime(value: number); get startTimeInput(): number; private _type?; get type(): string; set type(value: string); get typeInput(): string; private _versionNum?; get versionNum(): string; set versionNum(value: string); resetVersionNum(): void; get versionNumInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }