import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudWedataDataSourceListConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#id DataTencentcloudWedataDataSourceList#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; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#result_output_file DataTencentcloudWedataDataSourceList#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/wedata_data_source_list#filters DataTencentcloudWedataDataSourceList#filters} */ readonly filters?: DataTencentcloudWedataDataSourceListFilters[] | cdktf.IResolvable; /** * order_fields block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#order_fields DataTencentcloudWedataDataSourceList#order_fields} */ readonly orderFields?: DataTencentcloudWedataDataSourceListOrderFields[] | cdktf.IResolvable; } export interface DataTencentcloudWedataDataSourceListRows { } export declare function dataTencentcloudWedataDataSourceListRowsToTerraform(struct?: DataTencentcloudWedataDataSourceListRows): any; export declare function dataTencentcloudWedataDataSourceListRowsToHclTerraform(struct?: DataTencentcloudWedataDataSourceListRows): any; export declare class DataTencentcloudWedataDataSourceListRowsOutputReference 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(): DataTencentcloudWedataDataSourceListRows | undefined; set internalValue(value: DataTencentcloudWedataDataSourceListRows | undefined); get appId(): any; get author(): any; get authorityProjectName(): any; get authorityUserName(): any; get bizParams(): any; get bizParamsString(): any; get category(): any; get clusterId(): any; get clusterName(): any; get createTime(): any; get dataSourceStatus(): any; get databaseName(): any; get deliver(): any; get description(): any; get display(): any; get edit(): any; get id(): any; get instance(): any; get modifiedTime(): any; get name(): any; get ownerAccount(): any; get ownerAccountName(): any; get ownerProjectId(): any; get ownerProjectIdent(): any; get ownerProjectName(): any; get params(): any; get paramsString(): any; get region(): any; get showType(): any; get status(): any; get type(): any; } export declare class DataTencentcloudWedataDataSourceListRowsList 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): DataTencentcloudWedataDataSourceListRowsOutputReference; } export interface DataTencentcloudWedataDataSourceListFilters { /** * Filter name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#name DataTencentcloudWedataDataSourceList#name} */ readonly name?: string; /** * Filter value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#values DataTencentcloudWedataDataSourceList#values} */ readonly values?: string[]; } export declare function dataTencentcloudWedataDataSourceListFiltersToTerraform(struct?: DataTencentcloudWedataDataSourceListFilters | cdktf.IResolvable): any; export declare function dataTencentcloudWedataDataSourceListFiltersToHclTerraform(struct?: DataTencentcloudWedataDataSourceListFilters | cdktf.IResolvable): any; export declare class DataTencentcloudWedataDataSourceListFiltersOutputReference 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(): DataTencentcloudWedataDataSourceListFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudWedataDataSourceListFilters | 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 DataTencentcloudWedataDataSourceListFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudWedataDataSourceListFilters[] | 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): DataTencentcloudWedataDataSourceListFiltersOutputReference; } export interface DataTencentcloudWedataDataSourceListOrderFields { /** * OrderFields rule. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#direction DataTencentcloudWedataDataSourceList#direction} */ readonly direction: string; /** * OrderFields name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#name DataTencentcloudWedataDataSourceList#name} */ readonly name: string; } export declare function dataTencentcloudWedataDataSourceListOrderFieldsToTerraform(struct?: DataTencentcloudWedataDataSourceListOrderFields | cdktf.IResolvable): any; export declare function dataTencentcloudWedataDataSourceListOrderFieldsToHclTerraform(struct?: DataTencentcloudWedataDataSourceListOrderFields | cdktf.IResolvable): any; export declare class DataTencentcloudWedataDataSourceListOrderFieldsOutputReference 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(): DataTencentcloudWedataDataSourceListOrderFields | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudWedataDataSourceListOrderFields | cdktf.IResolvable | undefined); private _direction?; get direction(): string; set direction(value: string); get directionInput(): string; private _name?; get name(): string; set name(value: string); get nameInput(): string; } export declare class DataTencentcloudWedataDataSourceListOrderFieldsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudWedataDataSourceListOrderFields[] | 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): DataTencentcloudWedataDataSourceListOrderFieldsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list tencentcloud_wedata_data_source_list} */ export declare class DataTencentcloudWedataDataSourceList extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_wedata_data_source_list"; /** * Generates CDKTF code for importing a DataTencentcloudWedataDataSourceList 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 DataTencentcloudWedataDataSourceList to import * @param importFromId The id of the existing DataTencentcloudWedataDataSourceList that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_data_source_list#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudWedataDataSourceList 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/wedata_data_source_list tencentcloud_wedata_data_source_list} 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 DataTencentcloudWedataDataSourceListConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudWedataDataSourceListConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _rows; get rows(): DataTencentcloudWedataDataSourceListRowsList; private _filters; get filters(): DataTencentcloudWedataDataSourceListFiltersList; putFilters(value: DataTencentcloudWedataDataSourceListFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; private _orderFields; get orderFields(): DataTencentcloudWedataDataSourceListOrderFieldsList; putOrderFields(value: DataTencentcloudWedataDataSourceListOrderFields[] | cdktf.IResolvable): void; resetOrderFields(): void; get orderFieldsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }