import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTsfPublicConfigSummaryConfig extends cdktf.TerraformMetaArguments { /** * Config Id List. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#config_id_list DataTencentcloudTsfPublicConfigSummary#config_id_list} */ readonly configIdList?: string[]; /** * config tag list. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#config_tag_list DataTencentcloudTsfPublicConfigSummary#config_tag_list} */ readonly configTagList?: string[]; /** * Whether to disable dataset authentication. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#disable_program_auth_check DataTencentcloudTsfPublicConfigSummary#disable_program_auth_check} */ readonly disableProgramAuthCheck?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#id DataTencentcloudTsfPublicConfigSummary#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; /** * Sort by time: creation_time; Sort by name: config_name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#order_by DataTencentcloudTsfPublicConfigSummary#order_by} */ readonly orderBy?: string; /** * Pass 0 for ascending order and 1 for descending order. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#order_type DataTencentcloudTsfPublicConfigSummary#order_type} */ readonly orderType?: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#result_output_file DataTencentcloudTsfPublicConfigSummary#result_output_file} */ readonly resultOutputFile?: string; /** * Query keyword for fuzzy search: configuration item name. If not passed in, the full set will be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#search_word DataTencentcloudTsfPublicConfigSummary#search_word} */ readonly searchWord?: string; } export interface DataTencentcloudTsfPublicConfigSummaryResultContent { } export declare function dataTencentcloudTsfPublicConfigSummaryResultContentToTerraform(struct?: DataTencentcloudTsfPublicConfigSummaryResultContent): any; export declare function dataTencentcloudTsfPublicConfigSummaryResultContentToHclTerraform(struct?: DataTencentcloudTsfPublicConfigSummaryResultContent): any; export declare class DataTencentcloudTsfPublicConfigSummaryResultContentOutputReference 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(): DataTencentcloudTsfPublicConfigSummaryResultContent | undefined; set internalValue(value: DataTencentcloudTsfPublicConfigSummaryResultContent | undefined); get applicationId(): any; get applicationName(): any; get configId(): any; get configName(): any; get configType(): any; get configValue(): any; get configVersion(): any; get configVersionCount(): any; get configVersionDesc(): any; get creationTime(): any; get deleteFlag(): any; get lastUpdateTime(): any; } export declare class DataTencentcloudTsfPublicConfigSummaryResultContentList 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): DataTencentcloudTsfPublicConfigSummaryResultContentOutputReference; } export interface DataTencentcloudTsfPublicConfigSummaryResult { } export declare function dataTencentcloudTsfPublicConfigSummaryResultToTerraform(struct?: DataTencentcloudTsfPublicConfigSummaryResult): any; export declare function dataTencentcloudTsfPublicConfigSummaryResultToHclTerraform(struct?: DataTencentcloudTsfPublicConfigSummaryResult): any; export declare class DataTencentcloudTsfPublicConfigSummaryResultOutputReference 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(): DataTencentcloudTsfPublicConfigSummaryResult | undefined; set internalValue(value: DataTencentcloudTsfPublicConfigSummaryResult | undefined); private _content; get content(): DataTencentcloudTsfPublicConfigSummaryResultContentList; get totalCount(): any; } export declare class DataTencentcloudTsfPublicConfigSummaryResultList 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): DataTencentcloudTsfPublicConfigSummaryResultOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary tencentcloud_tsf_public_config_summary} */ export declare class DataTencentcloudTsfPublicConfigSummary extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tsf_public_config_summary"; /** * Generates CDKTF code for importing a DataTencentcloudTsfPublicConfigSummary 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 DataTencentcloudTsfPublicConfigSummary to import * @param importFromId The id of the existing DataTencentcloudTsfPublicConfigSummary that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_public_config_summary#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTsfPublicConfigSummary 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/tsf_public_config_summary tencentcloud_tsf_public_config_summary} 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 DataTencentcloudTsfPublicConfigSummaryConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTsfPublicConfigSummaryConfig); private _configIdList?; get configIdList(): string[]; set configIdList(value: string[]); resetConfigIdList(): void; get configIdListInput(): string[]; private _configTagList?; get configTagList(): string[]; set configTagList(value: string[]); resetConfigTagList(): void; get configTagListInput(): string[]; private _disableProgramAuthCheck?; get disableProgramAuthCheck(): boolean | cdktf.IResolvable; set disableProgramAuthCheck(value: boolean | cdktf.IResolvable); resetDisableProgramAuthCheck(): void; get disableProgramAuthCheckInput(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _orderBy?; get orderBy(): string; set orderBy(value: string); resetOrderBy(): void; get orderByInput(): string; private _orderType?; get orderType(): number; set orderType(value: number); resetOrderType(): void; get orderTypeInput(): number; private _result; get result(): DataTencentcloudTsfPublicConfigSummaryResultList; 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; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }