import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTcmqTopicConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#id DataTencentcloudTcmqTopic#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; /** * For filtering by tag, this parameter must be set to `true`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#is_tag_filter DataTencentcloudTcmqTopic#is_tag_filter} */ readonly isTagFilter?: boolean | cdktf.IResolvable; /** * Number of topics to be returned per page in case of paginated return. If this parameter is not passed in, 20 will be used by default. Maximum value: 50. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#limit DataTencentcloudTcmqTopic#limit} */ readonly limit?: number; /** * Starting position of the list of topics to be returned on the current page in case of paginated return. If a value is entered, limit is required. If this parameter is left empty, 0 will be used by default. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#offset DataTencentcloudTcmqTopic#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/tcmq_topic#result_output_file DataTencentcloudTcmqTopic#result_output_file} */ readonly resultOutputFile?: string; /** * Fuzzy search by TopicName. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#topic_name DataTencentcloudTcmqTopic#topic_name} */ readonly topicName?: string; /** * Filter by CMQ topic name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#topic_name_list DataTencentcloudTcmqTopic#topic_name_list} */ readonly topicNameList?: string[]; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#filters DataTencentcloudTcmqTopic#filters} */ readonly filters?: DataTencentcloudTcmqTopicFilters[] | cdktf.IResolvable; } export interface DataTencentcloudTcmqTopicTopicListTags { } export declare function dataTencentcloudTcmqTopicTopicListTagsToTerraform(struct?: DataTencentcloudTcmqTopicTopicListTags): any; export declare function dataTencentcloudTcmqTopicTopicListTagsToHclTerraform(struct?: DataTencentcloudTcmqTopicTopicListTags): any; export declare class DataTencentcloudTcmqTopicTopicListTagsOutputReference 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(): DataTencentcloudTcmqTopicTopicListTags | undefined; set internalValue(value: DataTencentcloudTcmqTopicTopicListTags | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudTcmqTopicTopicListTagsList 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): DataTencentcloudTcmqTopicTopicListTagsOutputReference; } export interface DataTencentcloudTcmqTopicTopicListStruct { } export declare function dataTencentcloudTcmqTopicTopicListStructToTerraform(struct?: DataTencentcloudTcmqTopicTopicListStruct): any; export declare function dataTencentcloudTcmqTopicTopicListStructToHclTerraform(struct?: DataTencentcloudTcmqTopicTopicListStruct): any; export declare class DataTencentcloudTcmqTopicTopicListStructOutputReference 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(): DataTencentcloudTcmqTopicTopicListStruct | undefined; set internalValue(value: DataTencentcloudTcmqTopicTopicListStruct | undefined); get brokerType(): any; get createTime(): any; get createUin(): any; get filterType(): any; get lastModifyTime(): any; get maxMsgSize(): any; get msgCount(): any; get msgRetentionSeconds(): any; get namespaceName(): any; get qps(): any; get status(): any; private _tags; get tags(): DataTencentcloudTcmqTopicTopicListTagsList; get tenantId(): any; get topicId(): any; get topicName(): any; get trace(): any; } export declare class DataTencentcloudTcmqTopicTopicListStructList 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): DataTencentcloudTcmqTopicTopicListStructOutputReference; } export interface DataTencentcloudTcmqTopicFilters { /** * Filter parameter name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#name DataTencentcloudTcmqTopic#name} */ readonly name?: string; /** * Value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#values DataTencentcloudTcmqTopic#values} */ readonly values?: string[]; } export declare function dataTencentcloudTcmqTopicFiltersToTerraform(struct?: DataTencentcloudTcmqTopicFilters | cdktf.IResolvable): any; export declare function dataTencentcloudTcmqTopicFiltersToHclTerraform(struct?: DataTencentcloudTcmqTopicFilters | cdktf.IResolvable): any; export declare class DataTencentcloudTcmqTopicFiltersOutputReference 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(): DataTencentcloudTcmqTopicFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudTcmqTopicFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); resetValues(): void; get valuesInput(): string[]; } export declare class DataTencentcloudTcmqTopicFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudTcmqTopicFilters[] | 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): DataTencentcloudTcmqTopicFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic tencentcloud_tcmq_topic} */ export declare class DataTencentcloudTcmqTopic extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tcmq_topic"; /** * Generates CDKTF code for importing a DataTencentcloudTcmqTopic 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 DataTencentcloudTcmqTopic to import * @param importFromId The id of the existing DataTencentcloudTcmqTopic that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcmq_topic#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTcmqTopic 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/tcmq_topic tencentcloud_tcmq_topic} 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 DataTencentcloudTcmqTopicConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTcmqTopicConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _isTagFilter?; get isTagFilter(): boolean | cdktf.IResolvable; set isTagFilter(value: boolean | cdktf.IResolvable); resetIsTagFilter(): void; get isTagFilterInput(): any; 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 _topicList; get topicList(): DataTencentcloudTcmqTopicTopicListStructList; private _topicName?; get topicName(): string; set topicName(value: string); resetTopicName(): void; get topicNameInput(): string; private _topicNameList?; get topicNameList(): string[]; set topicNameList(value: string[]); resetTopicNameList(): void; get topicNameListInput(): string[]; private _filters; get filters(): DataTencentcloudTcmqTopicFiltersList; putFilters(value: DataTencentcloudTcmqTopicFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }