import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface WedataDatasourceConfig extends cdktf.TerraformMetaArguments { /** * BizParams. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#biz_params WedataDatasource#biz_params} */ readonly bizParams?: string; /** * DataSource Category. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#category WedataDatasource#category} */ readonly category: string; /** * ClusterId. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#cluster_id WedataDatasource#cluster_id} */ readonly clusterId?: string; /** * Collect. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#collect WedataDatasource#collect} */ readonly collect?: string; /** * COSBucket. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#cos_bucket WedataDatasource#cos_bucket} */ readonly cosBucket?: string; /** * Cos region. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#cos_region WedataDatasource#cos_region} */ readonly cosRegion?: string; /** * Dbname. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#database_name WedataDatasource#database_name} */ readonly databaseName?: string; /** * Description. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#description WedataDatasource#description} */ readonly description?: string; /** * Display. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#display WedataDatasource#display} */ readonly display?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#id WedataDatasource#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; /** * Instance. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#instance WedataDatasource#instance} */ readonly instance?: string; /** * DataSource Name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#name WedataDatasource#name} */ readonly name: string; /** * Owner projectId. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#owner_project_id WedataDatasource#owner_project_id} */ readonly ownerProjectId: string; /** * Owner Project Ident. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#owner_project_ident WedataDatasource#owner_project_ident} */ readonly ownerProjectIdent: string; /** * Owner project name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#owner_project_name WedataDatasource#owner_project_name} */ readonly ownerProjectName: string; /** * Params. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#params WedataDatasource#params} */ readonly params: string; /** * Status. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#status WedataDatasource#status} */ readonly status?: number; /** * DataSource Type. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#type WedataDatasource#type} */ readonly type: string; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource tencentcloud_wedata_datasource} */ export declare class WedataDatasource extends cdktf.TerraformResource { static readonly tfResourceType = "tencentcloud_wedata_datasource"; /** * Generates CDKTF code for importing a WedataDatasource 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 WedataDatasource to import * @param importFromId The id of the existing WedataDatasource that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_datasource#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WedataDatasource 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/resources/wedata_datasource tencentcloud_wedata_datasource} Resource * * @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 WedataDatasourceConfig */ constructor(scope: Construct, id: string, config: WedataDatasourceConfig); private _bizParams?; get bizParams(): string; set bizParams(value: string); resetBizParams(): void; get bizParamsInput(): string; private _category?; get category(): string; set category(value: string); get categoryInput(): string; private _clusterId?; get clusterId(): string; set clusterId(value: string); resetClusterId(): void; get clusterIdInput(): string; private _collect?; get collect(): string; set collect(value: string); resetCollect(): void; get collectInput(): string; private _cosBucket?; get cosBucket(): string; set cosBucket(value: string); resetCosBucket(): void; get cosBucketInput(): string; private _cosRegion?; get cosRegion(): string; set cosRegion(value: string); resetCosRegion(): void; get cosRegionInput(): string; private _databaseName?; get databaseName(): string; set databaseName(value: string); resetDatabaseName(): void; get databaseNameInput(): string; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _display?; get display(): string; set display(value: string); resetDisplay(): void; get displayInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instance?; get instance(): string; set instance(value: string); resetInstance(): void; get instanceInput(): string; private _name?; get name(): string; set name(value: string); get nameInput(): string; private _ownerProjectId?; get ownerProjectId(): string; set ownerProjectId(value: string); get ownerProjectIdInput(): string; private _ownerProjectIdent?; get ownerProjectIdent(): string; set ownerProjectIdent(value: string); get ownerProjectIdentInput(): string; private _ownerProjectName?; get ownerProjectName(): string; set ownerProjectName(value: string); get ownerProjectNameInput(): string; private _params?; get params(): string; set params(value: string); get paramsInput(): string; get paramsOut(): any; private _status?; get status(): number; set status(value: number); resetStatus(): void; get statusInput(): number; private _type?; get type(): string; set type(value: string); get typeInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }