import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudElasticsearchInstanceOperationsConfig extends cdktf.TerraformMetaArguments { /** * End time, e.g. 2019-03-30 20:18:03. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_instance_operations#end_time DataTencentcloudElasticsearchInstanceOperations#end_time} */ readonly endTime: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_instance_operations#id DataTencentcloudElasticsearchInstanceOperations#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 id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_instance_operations#instance_id DataTencentcloudElasticsearchInstanceOperations#instance_id} */ readonly instanceId: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_instance_operations#result_output_file DataTencentcloudElasticsearchInstanceOperations#result_output_file} */ readonly resultOutputFile?: string; /** * Start time, e.g. 2019-03-07 16:30:39. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_instance_operations#start_time DataTencentcloudElasticsearchInstanceOperations#start_time} */ readonly startTime: string; } export interface DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfo { } export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfoToTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfo): any; export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfoToHclTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfo): any; export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfoOutputReference 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(): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfo | undefined; set internalValue(value: DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfo | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfoList 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): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfoOutputReference; } export interface DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfo { } export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfoToTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfo): any; export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfoToHclTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfo): any; export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfoOutputReference 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(): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfo | undefined; set internalValue(value: DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfo | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfoList 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): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfoOutputReference; } export interface DataTencentcloudElasticsearchInstanceOperationsOperationsDetail { } export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsDetailToTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsDetail): any; export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsDetailToHclTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsDetail): any; export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOutputReference 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(): DataTencentcloudElasticsearchInstanceOperationsOperationsDetail | undefined; set internalValue(value: DataTencentcloudElasticsearchInstanceOperationsOperationsDetail | undefined); private _newInfo; get newInfo(): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailNewInfoList; private _oldInfo; get oldInfo(): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOldInfoList; } export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsDetailList 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): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailOutputReference; } export interface DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfo { } export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfoToTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfo): any; export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfoToHclTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfo): any; export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfoOutputReference 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(): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfo | undefined; set internalValue(value: DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfo | undefined); get completed(): any; get remain(): any; get taskType(): any; get total(): any; } export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfoList 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): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfoOutputReference; } export interface DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasks { } export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasksToTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasks): any; export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasksToHclTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasks): any; export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasksOutputReference 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(): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasks | undefined; set internalValue(value: DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasks | undefined); get errMsg(): any; get failedIndices(): any; get finishTime(): any; get level(): any; get name(): any; get result(): any; get status(): any; get type(): any; } export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasksList 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): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasksOutputReference; } export interface DataTencentcloudElasticsearchInstanceOperationsOperationsTasks { } export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsTasksToTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsTasks): any; export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsTasksToHclTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperationsTasks): any; export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsTasksOutputReference 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(): DataTencentcloudElasticsearchInstanceOperationsOperationsTasks | undefined; set internalValue(value: DataTencentcloudElasticsearchInstanceOperationsOperationsTasks | undefined); get elapsedTime(): any; get finishTime(): any; get name(): any; private _processInfo; get processInfo(): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksProcessInfoList; get progress(): any; private _subTasks; get subTasks(): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksSubTasksList; } export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsTasksList 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): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksOutputReference; } export interface DataTencentcloudElasticsearchInstanceOperationsOperations { } export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsToTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperations): any; export declare function dataTencentcloudElasticsearchInstanceOperationsOperationsToHclTerraform(struct?: DataTencentcloudElasticsearchInstanceOperationsOperations): any; export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsOutputReference 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(): DataTencentcloudElasticsearchInstanceOperationsOperations | undefined; set internalValue(value: DataTencentcloudElasticsearchInstanceOperationsOperations | undefined); private _detail; get detail(): DataTencentcloudElasticsearchInstanceOperationsOperationsDetailList; get id(): any; get progress(): any; get result(): any; get startTime(): any; get subAccountUin(): any; private _tasks; get tasks(): DataTencentcloudElasticsearchInstanceOperationsOperationsTasksList; get type(): any; } export declare class DataTencentcloudElasticsearchInstanceOperationsOperationsList 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): DataTencentcloudElasticsearchInstanceOperationsOperationsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_instance_operations tencentcloud_elasticsearch_instance_operations} */ export declare class DataTencentcloudElasticsearchInstanceOperations extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_elasticsearch_instance_operations"; /** * Generates CDKTF code for importing a DataTencentcloudElasticsearchInstanceOperations 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 DataTencentcloudElasticsearchInstanceOperations to import * @param importFromId The id of the existing DataTencentcloudElasticsearchInstanceOperations that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_instance_operations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudElasticsearchInstanceOperations 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/elasticsearch_instance_operations tencentcloud_elasticsearch_instance_operations} 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 DataTencentcloudElasticsearchInstanceOperationsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudElasticsearchInstanceOperationsConfig); private _endTime?; get endTime(): string; set endTime(value: string); get endTimeInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceId?; get instanceId(): string; set instanceId(value: string); get instanceIdInput(): string; private _operations; get operations(): DataTencentcloudElasticsearchInstanceOperationsOperationsList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _startTime?; get startTime(): string; set startTime(value: string); get startTimeInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }