import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudDbbrainSlowLogUserHostStatsConfig extends cdktf.TerraformMetaArguments { /** * EndTime time of the query range, time format such as: 2019-09-10 12:13:14. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#end_time DataTencentcloudDbbrainSlowLogUserHostStats#end_time} */ readonly endTime: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#id DataTencentcloudDbbrainSlowLogUserHostStats#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; /** * instance id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#instance_id DataTencentcloudDbbrainSlowLogUserHostStats#instance_id} */ readonly instanceId: string; /** * MD5 value of SOL template. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#md5 DataTencentcloudDbbrainSlowLogUserHostStats#md5} */ readonly md5?: string; /** * Types of service products, supported values:`mysql` - Cloud Database MySQL; `cynosdb` - Cloud Database TDSQL-C for MySQL, defaults to `mysql`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#product DataTencentcloudDbbrainSlowLogUserHostStats#product} */ readonly product?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#result_output_file DataTencentcloudDbbrainSlowLogUserHostStats#result_output_file} */ readonly resultOutputFile?: string; /** * Start time of the query range, time format such as: 2019-09-10 12:13:14. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#start_time DataTencentcloudDbbrainSlowLogUserHostStats#start_time} */ readonly startTime: string; } export interface DataTencentcloudDbbrainSlowLogUserHostStatsItems { } export declare function dataTencentcloudDbbrainSlowLogUserHostStatsItemsToTerraform(struct?: DataTencentcloudDbbrainSlowLogUserHostStatsItems): any; export declare function dataTencentcloudDbbrainSlowLogUserHostStatsItemsToHclTerraform(struct?: DataTencentcloudDbbrainSlowLogUserHostStatsItems): any; export declare class DataTencentcloudDbbrainSlowLogUserHostStatsItemsOutputReference 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(): DataTencentcloudDbbrainSlowLogUserHostStatsItems | undefined; set internalValue(value: DataTencentcloudDbbrainSlowLogUserHostStatsItems | undefined); get count(): any; get ratio(): any; get userHost(): any; } export declare class DataTencentcloudDbbrainSlowLogUserHostStatsItemsList 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): DataTencentcloudDbbrainSlowLogUserHostStatsItemsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats tencentcloud_dbbrain_slow_log_user_host_stats} */ export declare class DataTencentcloudDbbrainSlowLogUserHostStats extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_dbbrain_slow_log_user_host_stats"; /** * Generates CDKTF code for importing a DataTencentcloudDbbrainSlowLogUserHostStats 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 DataTencentcloudDbbrainSlowLogUserHostStats to import * @param importFromId The id of the existing DataTencentcloudDbbrainSlowLogUserHostStats that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_slow_log_user_host_stats#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudDbbrainSlowLogUserHostStats 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/dbbrain_slow_log_user_host_stats tencentcloud_dbbrain_slow_log_user_host_stats} 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 DataTencentcloudDbbrainSlowLogUserHostStatsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudDbbrainSlowLogUserHostStatsConfig); private _endTime?; get endTime(): string; set endTime(value: string); get endTimeInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceId?; get instanceId(): string; set instanceId(value: string); get instanceIdInput(): string; private _items; get items(): DataTencentcloudDbbrainSlowLogUserHostStatsItemsList; private _md5?; get md5(): string; set md5(value: string); resetMd5(): void; get md5Input(): string; private _product?; get product(): string; set product(value: string); resetProduct(): void; get productInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _startTime?; get startTime(): string; set startTime(value: string); get startTimeInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }