import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudWedataListTableConfig extends cdktf.TerraformMetaArguments { /** * Directory name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#catalog_name DataTencentcloudWedataListTable#catalog_name} */ readonly catalogName?: string; /** * Database name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#database_name DataTencentcloudWedataListTable#database_name} */ readonly databaseName?: string; /** * Data source ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#datasource_id DataTencentcloudWedataListTable#datasource_id} */ readonly datasourceId?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#id DataTencentcloudWedataListTable#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; /** * Table search keyword. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#keyword DataTencentcloudWedataListTable#keyword} */ readonly keyword?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#result_output_file DataTencentcloudWedataListTable#result_output_file} */ readonly resultOutputFile?: string; /** * Database schema name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#schema_name DataTencentcloudWedataListTable#schema_name} */ readonly schemaName?: string; } export interface DataTencentcloudWedataListTableItemsBusinessMetadata { } export declare function dataTencentcloudWedataListTableItemsBusinessMetadataToTerraform(struct?: DataTencentcloudWedataListTableItemsBusinessMetadata): any; export declare function dataTencentcloudWedataListTableItemsBusinessMetadataToHclTerraform(struct?: DataTencentcloudWedataListTableItemsBusinessMetadata): any; export declare class DataTencentcloudWedataListTableItemsBusinessMetadataOutputReference 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(): DataTencentcloudWedataListTableItemsBusinessMetadata | undefined; set internalValue(value: DataTencentcloudWedataListTableItemsBusinessMetadata | undefined); get tagNames(): any; } export declare class DataTencentcloudWedataListTableItemsBusinessMetadataList 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): DataTencentcloudWedataListTableItemsBusinessMetadataOutputReference; } export interface DataTencentcloudWedataListTableItemsTechnicalMetadata { } export declare function dataTencentcloudWedataListTableItemsTechnicalMetadataToTerraform(struct?: DataTencentcloudWedataListTableItemsTechnicalMetadata): any; export declare function dataTencentcloudWedataListTableItemsTechnicalMetadataToHclTerraform(struct?: DataTencentcloudWedataListTableItemsTechnicalMetadata): any; export declare class DataTencentcloudWedataListTableItemsTechnicalMetadataOutputReference 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(): DataTencentcloudWedataListTableItemsTechnicalMetadata | undefined; set internalValue(value: DataTencentcloudWedataListTableItemsTechnicalMetadata | undefined); get location(): any; get owner(): any; get storageSize(): any; } export declare class DataTencentcloudWedataListTableItemsTechnicalMetadataList 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): DataTencentcloudWedataListTableItemsTechnicalMetadataOutputReference; } export interface DataTencentcloudWedataListTableItems { } export declare function dataTencentcloudWedataListTableItemsToTerraform(struct?: DataTencentcloudWedataListTableItems): any; export declare function dataTencentcloudWedataListTableItemsToHclTerraform(struct?: DataTencentcloudWedataListTableItems): any; export declare class DataTencentcloudWedataListTableItemsOutputReference 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(): DataTencentcloudWedataListTableItems | undefined; set internalValue(value: DataTencentcloudWedataListTableItems | undefined); private _businessMetadata; get businessMetadata(): DataTencentcloudWedataListTableItemsBusinessMetadataList; get createTime(): any; get databaseName(): any; get description(): any; get guid(): any; get name(): any; get schemaName(): any; get tableType(): any; private _technicalMetadata; get technicalMetadata(): DataTencentcloudWedataListTableItemsTechnicalMetadataList; get updateTime(): any; } export declare class DataTencentcloudWedataListTableItemsList 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): DataTencentcloudWedataListTableItemsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table tencentcloud_wedata_list_table} */ export declare class DataTencentcloudWedataListTable extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_wedata_list_table"; /** * Generates CDKTF code for importing a DataTencentcloudWedataListTable 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 DataTencentcloudWedataListTable to import * @param importFromId The id of the existing DataTencentcloudWedataListTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_list_table#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudWedataListTable 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_list_table tencentcloud_wedata_list_table} 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 DataTencentcloudWedataListTableConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudWedataListTableConfig); private _catalogName?; get catalogName(): string; set catalogName(value: string); resetCatalogName(): void; get catalogNameInput(): string; private _databaseName?; get databaseName(): string; set databaseName(value: string); resetDatabaseName(): void; get databaseNameInput(): string; private _datasourceId?; get datasourceId(): number; set datasourceId(value: number); resetDatasourceId(): void; get datasourceIdInput(): number; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _items; get items(): DataTencentcloudWedataListTableItemsList; private _keyword?; get keyword(): string; set keyword(value: string); resetKeyword(): void; get keywordInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _schemaName?; get schemaName(): string; set schemaName(value: string); resetSchemaName(): void; get schemaNameInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }