import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudDbbrainDiagDbInstancesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#id DataTencentcloudDbbrainDiagDbInstances#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; /** * query based on the instance ID condition. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#instance_ids DataTencentcloudDbbrainDiagDbInstances#instance_ids} */ readonly instanceIds?: string[]; /** * query based on the instance name condition. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#instance_names DataTencentcloudDbbrainDiagDbInstances#instance_names} */ readonly instanceNames?: string[]; /** * whether it is an instance supported by DBbrain, always pass `true`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#is_supported DataTencentcloudDbbrainDiagDbInstances#is_supported} */ readonly isSupported: boolean | cdktf.IResolvable; /** * service product type, supported values include: `mysql` - cloud database MySQL, `cynosdb` - cloud database TDSQL-C for MySQL, the default is `mysql`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#product DataTencentcloudDbbrainDiagDbInstances#product} */ readonly product: string; /** * query based on geographical conditions. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#regions DataTencentcloudDbbrainDiagDbInstances#regions} */ readonly regions?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#result_output_file DataTencentcloudDbbrainDiagDbInstances#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConf { } export declare function dataTencentcloudDbbrainDiagDbInstancesItemsInstanceConfToTerraform(struct?: DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConf): any; export declare function dataTencentcloudDbbrainDiagDbInstancesItemsInstanceConfToHclTerraform(struct?: DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConf): any; export declare class DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConfOutputReference 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(): DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConf | undefined; set internalValue(value: DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConf | undefined); get dailyInspection(): any; get keyDelimiters(): any; get overviewDisplay(): any; } export declare class DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConfList 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): DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConfOutputReference; } export interface DataTencentcloudDbbrainDiagDbInstancesItems { } export declare function dataTencentcloudDbbrainDiagDbInstancesItemsToTerraform(struct?: DataTencentcloudDbbrainDiagDbInstancesItems): any; export declare function dataTencentcloudDbbrainDiagDbInstancesItemsToHclTerraform(struct?: DataTencentcloudDbbrainDiagDbInstancesItems): any; export declare class DataTencentcloudDbbrainDiagDbInstancesItemsOutputReference 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(): DataTencentcloudDbbrainDiagDbInstancesItems | undefined; set internalValue(value: DataTencentcloudDbbrainDiagDbInstancesItems | undefined); get auditPolicyStatus(): any; get auditRunningStatus(): any; get cpu(): any; get createTime(): any; get deadlineTime(): any; get deployMode(): any; get engineVersion(): any; get eventCount(): any; get groupId(): any; get groupName(): any; get healthScore(): any; get initFlag(): any; private _instanceConf; get instanceConf(): DataTencentcloudDbbrainDiagDbInstancesItemsInstanceConfList; get instanceId(): any; get instanceName(): any; get instanceType(): any; get internalVip(): any; get internalVport(): any; get isSupported(): any; get memory(): any; get product(): any; get region(): any; get secAuditStatus(): any; get source(): any; get status(): any; get taskStatus(): any; get uniqSubnetId(): any; get uniqVpcId(): any; get vip(): any; get volume(): any; get vport(): any; } export declare class DataTencentcloudDbbrainDiagDbInstancesItemsList 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): DataTencentcloudDbbrainDiagDbInstancesItemsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances tencentcloud_dbbrain_diag_db_instances} */ export declare class DataTencentcloudDbbrainDiagDbInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_dbbrain_diag_db_instances"; /** * Generates CDKTF code for importing a DataTencentcloudDbbrainDiagDbInstances 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 DataTencentcloudDbbrainDiagDbInstances to import * @param importFromId The id of the existing DataTencentcloudDbbrainDiagDbInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dbbrain_diag_db_instances#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudDbbrainDiagDbInstances 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_diag_db_instances tencentcloud_dbbrain_diag_db_instances} 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 DataTencentcloudDbbrainDiagDbInstancesConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudDbbrainDiagDbInstancesConfig); get dbScanStatus(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceIds?; get instanceIds(): string[]; set instanceIds(value: string[]); resetInstanceIds(): void; get instanceIdsInput(): string[]; private _instanceNames?; get instanceNames(): string[]; set instanceNames(value: string[]); resetInstanceNames(): void; get instanceNamesInput(): string[]; private _isSupported?; get isSupported(): boolean | cdktf.IResolvable; set isSupported(value: boolean | cdktf.IResolvable); get isSupportedInput(): any; private _items; get items(): DataTencentcloudDbbrainDiagDbInstancesItemsList; private _product?; get product(): string; set product(value: string); get productInput(): string; private _regions?; get regions(): string[]; set regions(value: string[]); resetRegions(): void; get regionsInput(): string[]; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }