import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudElasticsearchLogstashInstanceOperationsConfig 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_logstash_instance_operations#end_time DataTencentcloudElasticsearchLogstashInstanceOperations#end_time} */ readonly endTime: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_logstash_instance_operations#id DataTencentcloudElasticsearchLogstashInstanceOperations#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_logstash_instance_operations#instance_id DataTencentcloudElasticsearchLogstashInstanceOperations#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_logstash_instance_operations#result_output_file DataTencentcloudElasticsearchLogstashInstanceOperations#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_logstash_instance_operations#start_time DataTencentcloudElasticsearchLogstashInstanceOperations#start_time} */ readonly startTime: string; } export interface DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfo { } export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfoToTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfo): any; export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfoToHclTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfo): any; export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfoOutputReference 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfo | undefined; set internalValue(value: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfo | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfoList 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): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfoOutputReference; } export interface DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfo { } export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfoToTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfo): any; export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfoToHclTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfo): any; export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfoOutputReference 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfo | undefined; set internalValue(value: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfo | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfoList 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): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfoOutputReference; } export interface DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetail { } export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailToTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetail): any; export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailToHclTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetail): any; export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOutputReference 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetail | undefined; set internalValue(value: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetail | undefined); private _newInfo; get newInfo(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailNewInfoList; private _oldInfo; get oldInfo(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOldInfoList; } export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailList 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): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailOutputReference; } export interface DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfo { } export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfoToTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfo): any; export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfoToHclTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfo): any; export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfoOutputReference 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfo | undefined; set internalValue(value: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfo | undefined); get completed(): any; get remain(): any; get taskType(): any; get total(): any; } export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfoList 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): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfoOutputReference; } export interface DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasks { } export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasksToTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasks): any; export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasksToHclTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasks): any; export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasksOutputReference 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasks | undefined; set internalValue(value: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasks | 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 DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasksList 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): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasksOutputReference; } export interface DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasks { } export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksToTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasks): any; export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksToHclTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasks): any; export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksOutputReference 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasks | undefined; set internalValue(value: DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasks | undefined); get elapsedTime(): any; get finishTime(): any; get name(): any; private _processInfo; get processInfo(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksProcessInfoList; get progress(): any; private _subTasks; get subTasks(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksSubTasksList; } export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksList 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): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksOutputReference; } export interface DataTencentcloudElasticsearchLogstashInstanceOperationsOperations { } export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsToTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperations): any; export declare function dataTencentcloudElasticsearchLogstashInstanceOperationsOperationsToHclTerraform(struct?: DataTencentcloudElasticsearchLogstashInstanceOperationsOperations): any; export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsOutputReference 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperations | undefined; set internalValue(value: DataTencentcloudElasticsearchLogstashInstanceOperationsOperations | undefined); private _detail; get detail(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsDetailList; get id(): any; get progress(): any; get result(): any; get startTime(): any; get subAccountUin(): any; private _tasks; get tasks(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsTasksList; get type(): any; } export declare class DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsList 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): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_logstash_instance_operations tencentcloud_elasticsearch_logstash_instance_operations} */ export declare class DataTencentcloudElasticsearchLogstashInstanceOperations extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_elasticsearch_logstash_instance_operations"; /** * Generates CDKTF code for importing a DataTencentcloudElasticsearchLogstashInstanceOperations 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 DataTencentcloudElasticsearchLogstashInstanceOperations to import * @param importFromId The id of the existing DataTencentcloudElasticsearchLogstashInstanceOperations that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/elasticsearch_logstash_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 DataTencentcloudElasticsearchLogstashInstanceOperations 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_logstash_instance_operations tencentcloud_elasticsearch_logstash_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 DataTencentcloudElasticsearchLogstashInstanceOperationsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudElasticsearchLogstashInstanceOperationsConfig); 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(): DataTencentcloudElasticsearchLogstashInstanceOperationsOperationsList; 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; }; }