import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface CynosdbExportInstanceErrorLogsConfig extends cdktf.TerraformMetaArguments { /** * Latest log time. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#end_time CynosdbExportInstanceErrorLogs#end_time} */ readonly endTime?: string; /** * File type, optional values: csv, original. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#file_type CynosdbExportInstanceErrorLogs#file_type} */ readonly fileType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#id CynosdbExportInstanceErrorLogs#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/resources/cynosdb_export_instance_error_logs#instance_id CynosdbExportInstanceErrorLogs#instance_id} */ readonly instanceId: string; /** * keyword. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#key_words CynosdbExportInstanceErrorLogs#key_words} */ readonly keyWords?: string[]; /** * Log level. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#log_levels CynosdbExportInstanceErrorLogs#log_levels} */ readonly logLevels?: string[]; /** * Optional value Timestamp. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#order_by CynosdbExportInstanceErrorLogs#order_by} */ readonly orderBy?: string; /** * ASC or DESC. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#order_by_type CynosdbExportInstanceErrorLogs#order_by_type} */ readonly orderByType?: string; /** * Log earliest time. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#start_time CynosdbExportInstanceErrorLogs#start_time} */ readonly startTime?: string; } export interface CynosdbExportInstanceErrorLogsErrorLogItemExport { } export declare function cynosdbExportInstanceErrorLogsErrorLogItemExportToTerraform(struct?: CynosdbExportInstanceErrorLogsErrorLogItemExport): any; export declare function cynosdbExportInstanceErrorLogsErrorLogItemExportToHclTerraform(struct?: CynosdbExportInstanceErrorLogsErrorLogItemExport): any; export declare class CynosdbExportInstanceErrorLogsErrorLogItemExportOutputReference 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(): CynosdbExportInstanceErrorLogsErrorLogItemExport | undefined; set internalValue(value: CynosdbExportInstanceErrorLogsErrorLogItemExport | undefined); get content(): any; get level(): any; get timestamp(): any; } export declare class CynosdbExportInstanceErrorLogsErrorLogItemExportList 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): CynosdbExportInstanceErrorLogsErrorLogItemExportOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs tencentcloud_cynosdb_export_instance_error_logs} */ export declare class CynosdbExportInstanceErrorLogs extends cdktf.TerraformResource { static readonly tfResourceType = "tencentcloud_cynosdb_export_instance_error_logs"; /** * Generates CDKTF code for importing a CynosdbExportInstanceErrorLogs 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 CynosdbExportInstanceErrorLogs to import * @param importFromId The id of the existing CynosdbExportInstanceErrorLogs that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/cynosdb_export_instance_error_logs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CynosdbExportInstanceErrorLogs 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/cynosdb_export_instance_error_logs tencentcloud_cynosdb_export_instance_error_logs} 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 CynosdbExportInstanceErrorLogsConfig */ constructor(scope: Construct, id: string, config: CynosdbExportInstanceErrorLogsConfig); private _endTime?; get endTime(): string; set endTime(value: string); resetEndTime(): void; get endTimeInput(): string; private _errorLogItemExport; get errorLogItemExport(): CynosdbExportInstanceErrorLogsErrorLogItemExportList; private _fileType?; get fileType(): string; set fileType(value: string); resetFileType(): void; get fileTypeInput(): 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 _keyWords?; get keyWords(): string[]; set keyWords(value: string[]); resetKeyWords(): void; get keyWordsInput(): string[]; private _logLevels?; get logLevels(): string[]; set logLevels(value: string[]); resetLogLevels(): void; get logLevelsInput(): string[]; private _orderBy?; get orderBy(): string; set orderBy(value: string); resetOrderBy(): void; get orderByInput(): string; private _orderByType?; get orderByType(): string; set orderByType(value: string); resetOrderByType(): void; get orderByTypeInput(): string; private _startTime?; get startTime(): string; set startTime(value: string); resetStartTime(): void; get startTimeInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }