import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudServerlessHbaseInstancesConfig extends cdktf.TerraformMetaArguments { /** * Sort by OrderField in ascending or descending order. Value range: * * 0: indicates the descending order; * * 1: indicates the ascending order; * The default value is 0. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#asc DataTencentcloudServerlessHbaseInstances#asc} */ readonly asc?: number; /** * Cluster filtering policy. Value range: * * clusterList: Query the list of clusters except the destroyed cluster; * * monitorManage: Queries the list of clusters except those destroyed, being created, and failed to create. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#display_strategy DataTencentcloudServerlessHbaseInstances#display_strategy} */ readonly displayStrategy: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#id DataTencentcloudServerlessHbaseInstances#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; /** * Sorting field. Value range: * * clusterId: Sorting by instance ID; * * addTime: sorted by instance creation time; * * status: sorted by the status code of the instance. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#order_field DataTencentcloudServerlessHbaseInstances#order_field} */ readonly orderField?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#result_output_file DataTencentcloudServerlessHbaseInstances#result_output_file} */ readonly resultOutputFile?: string; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#filters DataTencentcloudServerlessHbaseInstances#filters} */ readonly filters?: DataTencentcloudServerlessHbaseInstancesFilters[] | cdktf.IResolvable; } export interface DataTencentcloudServerlessHbaseInstancesInstanceListTags { } export declare function dataTencentcloudServerlessHbaseInstancesInstanceListTagsToTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListTags): any; export declare function dataTencentcloudServerlessHbaseInstancesInstanceListTagsToHclTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListTags): any; export declare class DataTencentcloudServerlessHbaseInstancesInstanceListTagsOutputReference 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(): DataTencentcloudServerlessHbaseInstancesInstanceListTags | undefined; set internalValue(value: DataTencentcloudServerlessHbaseInstancesInstanceListTags | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudServerlessHbaseInstancesInstanceListTagsList 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): DataTencentcloudServerlessHbaseInstancesInstanceListTagsOutputReference; } export interface DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettings { } export declare function dataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettingsToTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettings): any; export declare function dataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettingsToHclTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettings): any; export declare class DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettingsOutputReference 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(): DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettings | undefined; set internalValue(value: DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettings | undefined); get subnetId(): any; get vpcId(): any; } export declare class DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettingsList 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): DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettingsOutputReference; } export interface DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettings { } export declare function dataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsToTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettings): any; export declare function dataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsToHclTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettings): any; export declare class DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsOutputReference 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(): DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettings | undefined; set internalValue(value: DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettings | undefined); get nodeNum(): any; private _vpcSettings; get vpcSettings(): DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsVpcSettingsList; get zone(): any; } export declare class DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsList 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): DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsOutputReference; } export interface DataTencentcloudServerlessHbaseInstancesInstanceListStruct { } export declare function dataTencentcloudServerlessHbaseInstancesInstanceListStructToTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListStruct): any; export declare function dataTencentcloudServerlessHbaseInstancesInstanceListStructToHclTerraform(struct?: DataTencentcloudServerlessHbaseInstancesInstanceListStruct): any; export declare class DataTencentcloudServerlessHbaseInstancesInstanceListStructOutputReference 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(): DataTencentcloudServerlessHbaseInstancesInstanceListStruct | undefined; set internalValue(value: DataTencentcloudServerlessHbaseInstancesInstanceListStruct | undefined); get addTime(): any; get appId(): any; get clusterId(): any; get clusterName(): any; get id(): any; get payMode(): any; get regionId(): any; get status(): any; get statusDesc(): any; get subnetId(): any; private _tags; get tags(): DataTencentcloudServerlessHbaseInstancesInstanceListTagsList; get vpcId(): any; get zone(): any; get zoneId(): any; private _zoneSettings; get zoneSettings(): DataTencentcloudServerlessHbaseInstancesInstanceListZoneSettingsList; } export declare class DataTencentcloudServerlessHbaseInstancesInstanceListStructList 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): DataTencentcloudServerlessHbaseInstancesInstanceListStructOutputReference; } export interface DataTencentcloudServerlessHbaseInstancesFilters { /** * Field name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#name DataTencentcloudServerlessHbaseInstances#name} */ readonly name: string; /** * Filter field value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#values DataTencentcloudServerlessHbaseInstances#values} */ readonly values: string[]; } export declare function dataTencentcloudServerlessHbaseInstancesFiltersToTerraform(struct?: DataTencentcloudServerlessHbaseInstancesFilters | cdktf.IResolvable): any; export declare function dataTencentcloudServerlessHbaseInstancesFiltersToHclTerraform(struct?: DataTencentcloudServerlessHbaseInstancesFilters | cdktf.IResolvable): any; export declare class DataTencentcloudServerlessHbaseInstancesFiltersOutputReference 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(): DataTencentcloudServerlessHbaseInstancesFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudServerlessHbaseInstancesFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[]; } export declare class DataTencentcloudServerlessHbaseInstancesFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudServerlessHbaseInstancesFilters[] | 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): DataTencentcloudServerlessHbaseInstancesFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances tencentcloud_serverless_hbase_instances} */ export declare class DataTencentcloudServerlessHbaseInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_serverless_hbase_instances"; /** * Generates CDKTF code for importing a DataTencentcloudServerlessHbaseInstances 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 DataTencentcloudServerlessHbaseInstances to import * @param importFromId The id of the existing DataTencentcloudServerlessHbaseInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/serverless_hbase_instances#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudServerlessHbaseInstances 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/serverless_hbase_instances tencentcloud_serverless_hbase_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 DataTencentcloudServerlessHbaseInstancesConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudServerlessHbaseInstancesConfig); private _asc?; get asc(): number; set asc(value: number); resetAsc(): void; get ascInput(): number; private _displayStrategy?; get displayStrategy(): string; set displayStrategy(value: string); get displayStrategyInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceList; get instanceList(): DataTencentcloudServerlessHbaseInstancesInstanceListStructList; private _orderField?; get orderField(): string; set orderField(value: string); resetOrderField(): void; get orderFieldInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudServerlessHbaseInstancesFiltersList; putFilters(value: DataTencentcloudServerlessHbaseInstancesFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }