import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudMariadbDbInstancesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances#id DataTencentcloudMariadbDbInstances#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 ids. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances#instance_ids DataTencentcloudMariadbDbInstances#instance_ids} */ readonly instanceIds?: string[]; /** * project ids. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances#project_ids DataTencentcloudMariadbDbInstances#project_ids} */ readonly projectIds?: number[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances#result_output_file DataTencentcloudMariadbDbInstances#result_output_file} */ readonly resultOutputFile?: string; /** * instance name or vip. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances#search_name DataTencentcloudMariadbDbInstances#search_name} */ readonly searchName?: string; /** * subnet id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances#subnet_id DataTencentcloudMariadbDbInstances#subnet_id} */ readonly subnetId?: string; /** * vpc id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances#vpc_id DataTencentcloudMariadbDbInstances#vpc_id} */ readonly vpcId?: string; } export interface DataTencentcloudMariadbDbInstancesInstancesResourceTags { } export declare function dataTencentcloudMariadbDbInstancesInstancesResourceTagsToTerraform(struct?: DataTencentcloudMariadbDbInstancesInstancesResourceTags): any; export declare function dataTencentcloudMariadbDbInstancesInstancesResourceTagsToHclTerraform(struct?: DataTencentcloudMariadbDbInstancesInstancesResourceTags): any; export declare class DataTencentcloudMariadbDbInstancesInstancesResourceTagsOutputReference 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(): DataTencentcloudMariadbDbInstancesInstancesResourceTags | undefined; set internalValue(value: DataTencentcloudMariadbDbInstancesInstancesResourceTags | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudMariadbDbInstancesInstancesResourceTagsList 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): DataTencentcloudMariadbDbInstancesInstancesResourceTagsOutputReference; } export interface DataTencentcloudMariadbDbInstancesInstances { } export declare function dataTencentcloudMariadbDbInstancesInstancesToTerraform(struct?: DataTencentcloudMariadbDbInstancesInstances): any; export declare function dataTencentcloudMariadbDbInstancesInstancesToHclTerraform(struct?: DataTencentcloudMariadbDbInstancesInstances): any; export declare class DataTencentcloudMariadbDbInstancesInstancesOutputReference 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(): DataTencentcloudMariadbDbInstancesInstances | undefined; set internalValue(value: DataTencentcloudMariadbDbInstancesInstances | undefined); get dbVersionId(): any; get instanceId(): any; get instanceName(): any; get internetDomain(): any; get internetIp(): any; get internetPort(): any; get memory(): any; get projectId(): any; get region(): any; private _resourceTags; get resourceTags(): DataTencentcloudMariadbDbInstancesInstancesResourceTagsList; get storage(): any; get subnetId(): any; get vip(): any; get vpcId(): any; get vport(): any; get zone(): any; } export declare class DataTencentcloudMariadbDbInstancesInstancesList 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): DataTencentcloudMariadbDbInstancesInstancesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_db_instances tencentcloud_mariadb_db_instances} */ export declare class DataTencentcloudMariadbDbInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_mariadb_db_instances"; /** * Generates CDKTF code for importing a DataTencentcloudMariadbDbInstances 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 DataTencentcloudMariadbDbInstances to import * @param importFromId The id of the existing DataTencentcloudMariadbDbInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_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 DataTencentcloudMariadbDbInstances 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/mariadb_db_instances tencentcloud_mariadb_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 DataTencentcloudMariadbDbInstancesConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudMariadbDbInstancesConfig); 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 _instances; get instances(): DataTencentcloudMariadbDbInstancesInstancesList; private _projectIds?; get projectIds(): number[]; set projectIds(value: number[]); resetProjectIds(): void; get projectIdsInput(): number[]; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _searchName?; get searchName(): string; set searchName(value: string); resetSearchName(): void; get searchNameInput(): string; private _subnetId?; get subnetId(): string; set subnetId(value: string); resetSubnetId(): void; get subnetIdInput(): string; private _vpcId?; get vpcId(): string; set vpcId(value: string); resetVpcId(): void; get vpcIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }