import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudOceanusJobSubmissionLogConfig extends cdktf.TerraformMetaArguments { /** * Cursor, default empty, first request does not need to pass in. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#cursor DataTencentcloudOceanusJobSubmissionLog#cursor} */ readonly cursor?: string; /** * End time, unix timestamp, in milliseconds. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#end_time DataTencentcloudOceanusJobSubmissionLog#end_time} */ readonly endTime: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#id DataTencentcloudOceanusJobSubmissionLog#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; /** * Job ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#job_id DataTencentcloudOceanusJobSubmissionLog#job_id} */ readonly jobId: string; /** * Keyword, default empty. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#keyword DataTencentcloudOceanusJobSubmissionLog#keyword} */ readonly keyword?: string; /** * Sorting method, default asc, asc: ascending, desc: descending. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#order_type DataTencentcloudOceanusJobSubmissionLog#order_type} */ readonly orderType?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#result_output_file DataTencentcloudOceanusJobSubmissionLog#result_output_file} */ readonly resultOutputFile?: string; /** * Job instance ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#running_order_id DataTencentcloudOceanusJobSubmissionLog#running_order_id} */ readonly runningOrderId?: number; /** * Start time, unix timestamp, in milliseconds. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#start_time DataTencentcloudOceanusJobSubmissionLog#start_time} */ readonly startTime: number; } export interface DataTencentcloudOceanusJobSubmissionLogJobInstanceListStruct { } export declare function dataTencentcloudOceanusJobSubmissionLogJobInstanceListStructToTerraform(struct?: DataTencentcloudOceanusJobSubmissionLogJobInstanceListStruct): any; export declare function dataTencentcloudOceanusJobSubmissionLogJobInstanceListStructToHclTerraform(struct?: DataTencentcloudOceanusJobSubmissionLogJobInstanceListStruct): any; export declare class DataTencentcloudOceanusJobSubmissionLogJobInstanceListStructOutputReference 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(): DataTencentcloudOceanusJobSubmissionLogJobInstanceListStruct | undefined; set internalValue(value: DataTencentcloudOceanusJobSubmissionLogJobInstanceListStruct | undefined); get jobInstanceStartTime(): any; get runningOrderId(): any; get startingMillis(): any; } export declare class DataTencentcloudOceanusJobSubmissionLogJobInstanceListStructList 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): DataTencentcloudOceanusJobSubmissionLogJobInstanceListStructOutputReference; } export interface DataTencentcloudOceanusJobSubmissionLogLogContentListStruct { } export declare function dataTencentcloudOceanusJobSubmissionLogLogContentListStructToTerraform(struct?: DataTencentcloudOceanusJobSubmissionLogLogContentListStruct): any; export declare function dataTencentcloudOceanusJobSubmissionLogLogContentListStructToHclTerraform(struct?: DataTencentcloudOceanusJobSubmissionLogLogContentListStruct): any; export declare class DataTencentcloudOceanusJobSubmissionLogLogContentListStructOutputReference 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(): DataTencentcloudOceanusJobSubmissionLogLogContentListStruct | undefined; set internalValue(value: DataTencentcloudOceanusJobSubmissionLogLogContentListStruct | undefined); get containerName(): any; get log(): any; get pkgId(): any; get pkgLogId(): any; get time(): any; } export declare class DataTencentcloudOceanusJobSubmissionLogLogContentListStructList 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): DataTencentcloudOceanusJobSubmissionLogLogContentListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log tencentcloud_oceanus_job_submission_log} */ export declare class DataTencentcloudOceanusJobSubmissionLog extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_oceanus_job_submission_log"; /** * Generates CDKTF code for importing a DataTencentcloudOceanusJobSubmissionLog 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 DataTencentcloudOceanusJobSubmissionLog to import * @param importFromId The id of the existing DataTencentcloudOceanusJobSubmissionLog that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/oceanus_job_submission_log#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudOceanusJobSubmissionLog 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/oceanus_job_submission_log tencentcloud_oceanus_job_submission_log} 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 DataTencentcloudOceanusJobSubmissionLogConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudOceanusJobSubmissionLogConfig); private _cursor?; get cursor(): string; set cursor(value: string); resetCursor(): void; get cursorInput(): string; private _endTime?; get endTime(): number; set endTime(value: number); get endTimeInput(): number; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _jobId?; get jobId(): string; set jobId(value: string); get jobIdInput(): string; private _jobInstanceList; get jobInstanceList(): DataTencentcloudOceanusJobSubmissionLogJobInstanceListStructList; get jobRequestId(): any; private _keyword?; get keyword(): string; set keyword(value: string); resetKeyword(): void; get keywordInput(): string; get listOver(): any; private _logContentList; get logContentList(): DataTencentcloudOceanusJobSubmissionLogLogContentListStructList; get logList(): any; private _orderType?; get orderType(): string; set orderType(value: string); resetOrderType(): void; get orderTypeInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _runningOrderId?; get runningOrderId(): number; set runningOrderId(value: number); resetRunningOrderId(): void; get runningOrderIdInput(): number; private _startTime?; get startTime(): number; set startTime(value: number); get startTimeInput(): number; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }