import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudDtsMigrateDbInstancesConfig extends cdktf.TerraformMetaArguments { /** * The owning account of the resource is null or self(resources in the self account), other(resources in the other account). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#account_mode DataTencentcloudDtsMigrateDbInstances#account_mode} */ readonly accountMode?: string; /** * Database type. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#database_type DataTencentcloudDtsMigrateDbInstances#database_type} */ readonly databaseType: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#id DataTencentcloudDtsMigrateDbInstances#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; /** * Database instance id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#instance_id DataTencentcloudDtsMigrateDbInstances#instance_id} */ readonly instanceId?: string; /** * Database instance name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#instance_name DataTencentcloudDtsMigrateDbInstances#instance_name} */ readonly instanceName?: string; /** * Limit. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#limit DataTencentcloudDtsMigrateDbInstances#limit} */ readonly limit?: number; /** * Whether the instance is the migration source or destination,src(for source), dst(for destination). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#migrate_role DataTencentcloudDtsMigrateDbInstances#migrate_role} */ readonly migrateRole?: string; /** * Offset. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#offset DataTencentcloudDtsMigrateDbInstances#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/dts_migrate_db_instances#result_output_file DataTencentcloudDtsMigrateDbInstances#result_output_file} */ readonly resultOutputFile?: string; /** * temporary secret id, used across account. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#tmp_secret_id DataTencentcloudDtsMigrateDbInstances#tmp_secret_id} */ readonly tmpSecretId?: string; /** * temporary secret key, used across account. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#tmp_secret_key DataTencentcloudDtsMigrateDbInstances#tmp_secret_key} */ readonly tmpSecretKey?: string; /** * temporary token, used across account. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#tmp_token DataTencentcloudDtsMigrateDbInstances#tmp_token} */ readonly tmpToken?: string; } export interface DataTencentcloudDtsMigrateDbInstancesInstances { } export declare function dataTencentcloudDtsMigrateDbInstancesInstancesToTerraform(struct?: DataTencentcloudDtsMigrateDbInstancesInstances): any; export declare function dataTencentcloudDtsMigrateDbInstancesInstancesToHclTerraform(struct?: DataTencentcloudDtsMigrateDbInstancesInstances): any; export declare class DataTencentcloudDtsMigrateDbInstancesInstancesOutputReference 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(): DataTencentcloudDtsMigrateDbInstancesInstances | undefined; set internalValue(value: DataTencentcloudDtsMigrateDbInstancesInstances | undefined); get hint(): any; get instanceId(): any; get instanceName(): any; get usable(): any; get vip(): any; get vport(): any; } export declare class DataTencentcloudDtsMigrateDbInstancesInstancesList 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): DataTencentcloudDtsMigrateDbInstancesInstancesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances tencentcloud_dts_migrate_db_instances} */ export declare class DataTencentcloudDtsMigrateDbInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_dts_migrate_db_instances"; /** * Generates CDKTF code for importing a DataTencentcloudDtsMigrateDbInstances 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 DataTencentcloudDtsMigrateDbInstances to import * @param importFromId The id of the existing DataTencentcloudDtsMigrateDbInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dts_migrate_db_instances#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudDtsMigrateDbInstances 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/dts_migrate_db_instances tencentcloud_dts_migrate_db_instances} 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 DataTencentcloudDtsMigrateDbInstancesConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudDtsMigrateDbInstancesConfig); private _accountMode?; get accountMode(): string; set accountMode(value: string); resetAccountMode(): void; get accountModeInput(): string; private _databaseType?; get databaseType(): string; set databaseType(value: string); get databaseTypeInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceId?; get instanceId(): string; set instanceId(value: string); resetInstanceId(): void; get instanceIdInput(): string; private _instanceName?; get instanceName(): string; set instanceName(value: string); resetInstanceName(): void; get instanceNameInput(): string; private _instances; get instances(): DataTencentcloudDtsMigrateDbInstancesInstancesList; private _limit?; get limit(): number; set limit(value: number); resetLimit(): void; get limitInput(): number; private _migrateRole?; get migrateRole(): string; set migrateRole(value: string); resetMigrateRole(): void; get migrateRoleInput(): string; private _offset?; get offset(): number; set offset(value: number); resetOffset(): void; get offsetInput(): number; get requestId(): any; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _tmpSecretId?; get tmpSecretId(): string; set tmpSecretId(value: string); resetTmpSecretId(): void; get tmpSecretIdInput(): string; private _tmpSecretKey?; get tmpSecretKey(): string; set tmpSecretKey(value: string); resetTmpSecretKey(): void; get tmpSecretKeyInput(): string; private _tmpToken?; get tmpToken(): string; set tmpToken(value: string); resetTmpToken(): void; get tmpTokenInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }