import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCkafkaInstancesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#id DataTencentcloudCkafkaInstances#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; /** * Filter by instance ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#instance_ids DataTencentcloudCkafkaInstances#instance_ids} */ readonly instanceIds?: string[]; /** * The number of pages, default is `10`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#limit DataTencentcloudCkafkaInstances#limit} */ readonly limit?: number; /** * The page start offset, default is `0`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#offset DataTencentcloudCkafkaInstances#offset} */ readonly offset?: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#result_output_file DataTencentcloudCkafkaInstances#result_output_file} */ readonly resultOutputFile?: string; /** * Filter by instance name, support fuzzy query. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#search_word DataTencentcloudCkafkaInstances#search_word} */ readonly searchWord?: string; /** * (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#status DataTencentcloudCkafkaInstances#status} */ readonly status?: number[]; /** * Matches the tag key value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#tag_key DataTencentcloudCkafkaInstances#tag_key} */ readonly tagKey?: string; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#filters DataTencentcloudCkafkaInstances#filters} */ readonly filters?: DataTencentcloudCkafkaInstancesFilters[] | cdktf.IResolvable; } export interface DataTencentcloudCkafkaInstancesInstanceListTags { } export declare function dataTencentcloudCkafkaInstancesInstanceListTagsToTerraform(struct?: DataTencentcloudCkafkaInstancesInstanceListTags): any; export declare function dataTencentcloudCkafkaInstancesInstanceListTagsToHclTerraform(struct?: DataTencentcloudCkafkaInstancesInstanceListTags): any; export declare class DataTencentcloudCkafkaInstancesInstanceListTagsOutputReference 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(): DataTencentcloudCkafkaInstancesInstanceListTags | undefined; set internalValue(value: DataTencentcloudCkafkaInstancesInstanceListTags | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudCkafkaInstancesInstanceListTagsList 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): DataTencentcloudCkafkaInstancesInstanceListTagsOutputReference; } export interface DataTencentcloudCkafkaInstancesInstanceListVipListStruct { } export declare function dataTencentcloudCkafkaInstancesInstanceListVipListStructToTerraform(struct?: DataTencentcloudCkafkaInstancesInstanceListVipListStruct): any; export declare function dataTencentcloudCkafkaInstancesInstanceListVipListStructToHclTerraform(struct?: DataTencentcloudCkafkaInstancesInstanceListVipListStruct): any; export declare class DataTencentcloudCkafkaInstancesInstanceListVipListStructOutputReference 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(): DataTencentcloudCkafkaInstancesInstanceListVipListStruct | undefined; set internalValue(value: DataTencentcloudCkafkaInstancesInstanceListVipListStruct | undefined); get vip(): any; get vport(): any; } export declare class DataTencentcloudCkafkaInstancesInstanceListVipListStructList 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): DataTencentcloudCkafkaInstancesInstanceListVipListStructOutputReference; } export interface DataTencentcloudCkafkaInstancesInstanceListStruct { } export declare function dataTencentcloudCkafkaInstancesInstanceListStructToTerraform(struct?: DataTencentcloudCkafkaInstancesInstanceListStruct): any; export declare function dataTencentcloudCkafkaInstancesInstanceListStructToHclTerraform(struct?: DataTencentcloudCkafkaInstancesInstanceListStruct): any; export declare class DataTencentcloudCkafkaInstancesInstanceListStructOutputReference 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(): DataTencentcloudCkafkaInstancesInstanceListStruct | undefined; set internalValue(value: DataTencentcloudCkafkaInstancesInstanceListStruct | undefined); get bandwidth(): any; get createTime(): any; get cvm(): any; get diskSize(): any; get diskType(): any; get expireTime(): any; get healthy(): any; get healthyMessage(): any; get instanceId(): any; get instanceName(): any; get instanceType(): any; get isInternal(): any; get maxPartitionNumber(): any; get maxTopicNumber(): any; get partitionNumber(): any; get publicNetwork(): any; get publicNetworkChargeType(): any; get rebalanceTime(): any; get renewFlag(): any; get status(): any; get subnetId(): any; private _tags; get tags(): DataTencentcloudCkafkaInstancesInstanceListTagsList; get topicNum(): any; get version(): any; get vip(): any; private _vipList; get vipList(): DataTencentcloudCkafkaInstancesInstanceListVipListStructList; get vpcId(): any; get vport(): any; get zoneId(): any; get zoneIds(): any; } export declare class DataTencentcloudCkafkaInstancesInstanceListStructList 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): DataTencentcloudCkafkaInstancesInstanceListStructOutputReference; } export interface DataTencentcloudCkafkaInstancesFilters { /** * The field that needs to be filtered. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#name DataTencentcloudCkafkaInstances#name} */ readonly name: string; /** * The filtered value of the field. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#values DataTencentcloudCkafkaInstances#values} */ readonly values: string[]; } export declare function dataTencentcloudCkafkaInstancesFiltersToTerraform(struct?: DataTencentcloudCkafkaInstancesFilters | cdktf.IResolvable): any; export declare function dataTencentcloudCkafkaInstancesFiltersToHclTerraform(struct?: DataTencentcloudCkafkaInstancesFilters | cdktf.IResolvable): any; export declare class DataTencentcloudCkafkaInstancesFiltersOutputReference 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(): DataTencentcloudCkafkaInstancesFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudCkafkaInstancesFilters | 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 DataTencentcloudCkafkaInstancesFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudCkafkaInstancesFilters[] | 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): DataTencentcloudCkafkaInstancesFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances tencentcloud_ckafka_instances} */ export declare class DataTencentcloudCkafkaInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ckafka_instances"; /** * Generates CDKTF code for importing a DataTencentcloudCkafkaInstances 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 DataTencentcloudCkafkaInstances to import * @param importFromId The id of the existing DataTencentcloudCkafkaInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ckafka_instances#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCkafkaInstances 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/ckafka_instances tencentcloud_ckafka_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 DataTencentcloudCkafkaInstancesConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudCkafkaInstancesConfig); 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 _instanceList; get instanceList(): DataTencentcloudCkafkaInstancesInstanceListStructList; private _limit?; get limit(): number; set limit(value: number); resetLimit(): void; get limitInput(): number; private _offset?; get offset(): number; set offset(value: number); resetOffset(): void; get offsetInput(): number; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _searchWord?; get searchWord(): string; set searchWord(value: string); resetSearchWord(): void; get searchWordInput(): string; private _status?; get status(): number[]; set status(value: number[]); resetStatus(): void; get statusInput(): number[]; private _tagKey?; get tagKey(): string; set tagKey(value: string); resetTagKey(): void; get tagKeyInput(): string; private _filters; get filters(): DataTencentcloudCkafkaInstancesFiltersList; putFilters(value: DataTencentcloudCkafkaInstancesFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }