import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudSesSendTasksConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ses_send_tasks#id DataTencentcloudSesSendTasks#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; /** * Recipient group ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ses_send_tasks#receiver_id DataTencentcloudSesSendTasks#receiver_id} */ readonly receiverId?: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ses_send_tasks#result_output_file DataTencentcloudSesSendTasks#result_output_file} */ readonly resultOutputFile?: string; /** * Task status. `1`: to start; `5`: sending; `6`: sending suspended today; `7`: sending error; `10`: sent. To query tasks in all states, do not pass in this parameter. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ses_send_tasks#status DataTencentcloudSesSendTasks#status} */ readonly status?: number; /** * Task type. `1`: immediate; `2`: scheduled; `3`: recurring. To query tasks of all types, do not pass in this parameter. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ses_send_tasks#task_type DataTencentcloudSesSendTasks#task_type} */ readonly taskType?: number; } export interface DataTencentcloudSesSendTasksDataCycleParam { } export declare function dataTencentcloudSesSendTasksDataCycleParamToTerraform(struct?: DataTencentcloudSesSendTasksDataCycleParam): any; export declare function dataTencentcloudSesSendTasksDataCycleParamToHclTerraform(struct?: DataTencentcloudSesSendTasksDataCycleParam): any; export declare class DataTencentcloudSesSendTasksDataCycleParamOutputReference 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(): DataTencentcloudSesSendTasksDataCycleParam | undefined; set internalValue(value: DataTencentcloudSesSendTasksDataCycleParam | undefined); get beginTime(): any; get intervalTime(): any; get termCycle(): any; } export declare class DataTencentcloudSesSendTasksDataCycleParamList 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): DataTencentcloudSesSendTasksDataCycleParamOutputReference; } export interface DataTencentcloudSesSendTasksDataTemplate { } export declare function dataTencentcloudSesSendTasksDataTemplateToTerraform(struct?: DataTencentcloudSesSendTasksDataTemplate): any; export declare function dataTencentcloudSesSendTasksDataTemplateToHclTerraform(struct?: DataTencentcloudSesSendTasksDataTemplate): any; export declare class DataTencentcloudSesSendTasksDataTemplateOutputReference 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(): DataTencentcloudSesSendTasksDataTemplate | undefined; set internalValue(value: DataTencentcloudSesSendTasksDataTemplate | undefined); get templateData(): any; get templateId(): any; } export declare class DataTencentcloudSesSendTasksDataTemplateList 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): DataTencentcloudSesSendTasksDataTemplateOutputReference; } export interface DataTencentcloudSesSendTasksDataTimedParam { } export declare function dataTencentcloudSesSendTasksDataTimedParamToTerraform(struct?: DataTencentcloudSesSendTasksDataTimedParam): any; export declare function dataTencentcloudSesSendTasksDataTimedParamToHclTerraform(struct?: DataTencentcloudSesSendTasksDataTimedParam): any; export declare class DataTencentcloudSesSendTasksDataTimedParamOutputReference 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(): DataTencentcloudSesSendTasksDataTimedParam | undefined; set internalValue(value: DataTencentcloudSesSendTasksDataTimedParam | undefined); get beginTime(): any; } export declare class DataTencentcloudSesSendTasksDataTimedParamList 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): DataTencentcloudSesSendTasksDataTimedParamOutputReference; } export interface DataTencentcloudSesSendTasksData { } export declare function dataTencentcloudSesSendTasksDataToTerraform(struct?: DataTencentcloudSesSendTasksData): any; export declare function dataTencentcloudSesSendTasksDataToHclTerraform(struct?: DataTencentcloudSesSendTasksData): any; export declare class DataTencentcloudSesSendTasksDataOutputReference 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(): DataTencentcloudSesSendTasksData | undefined; set internalValue(value: DataTencentcloudSesSendTasksData | undefined); get cacheCount(): any; get createTime(): any; private _cycleParam; get cycleParam(): DataTencentcloudSesSendTasksDataCycleParamList; get errMsg(): any; get fromEmailAddress(): any; get receiverId(): any; get receiversName(): any; get requestCount(): any; get sendCount(): any; get subject(): any; get taskId(): any; get taskStatus(): any; get taskType(): any; private _template; get template(): DataTencentcloudSesSendTasksDataTemplateList; private _timedParam; get timedParam(): DataTencentcloudSesSendTasksDataTimedParamList; get updateTime(): any; } export declare class DataTencentcloudSesSendTasksDataList 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): DataTencentcloudSesSendTasksDataOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ses_send_tasks tencentcloud_ses_send_tasks} */ export declare class DataTencentcloudSesSendTasks extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ses_send_tasks"; /** * Generates CDKTF code for importing a DataTencentcloudSesSendTasks 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 DataTencentcloudSesSendTasks to import * @param importFromId The id of the existing DataTencentcloudSesSendTasks that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ses_send_tasks#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudSesSendTasks 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/ses_send_tasks tencentcloud_ses_send_tasks} 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 DataTencentcloudSesSendTasksConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudSesSendTasksConfig); private _data; get data(): DataTencentcloudSesSendTasksDataList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _receiverId?; get receiverId(): number; set receiverId(value: number); resetReceiverId(): void; get receiverIdInput(): number; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _status?; get status(): number; set status(value: number); resetStatus(): void; get statusInput(): number; private _taskType?; get taskType(): number; set taskType(value: number); resetTaskType(): void; get taskTypeInput(): number; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }