import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudScfAsyncEventManagementConfig extends cdktf.TerraformMetaArguments { /** * Function name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#function_name DataTencentcloudScfAsyncEventManagement#function_name} */ readonly functionName: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#id DataTencentcloudScfAsyncEventManagement#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; /** * Filter (event invocation request ID). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#invoke_request_id DataTencentcloudScfAsyncEventManagement#invoke_request_id} */ readonly invokeRequestId?: string; /** * Filter (invocation type list), Values: CMQ, CKAFKA_TRIGGER, APIGW, COS, TRIGGER_TIMER, MPS_TRIGGER, CLS_TRIGGER, OTHERS. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#invoke_type DataTencentcloudScfAsyncEventManagement#invoke_type} */ readonly invokeType?: string[]; /** * Function namespace. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#namespace DataTencentcloudScfAsyncEventManagement#namespace} */ readonly namespace?: string; /** * Valid values: ASC, DESC. Default value: DESC. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#order DataTencentcloudScfAsyncEventManagement#order} */ readonly order?: string; /** * Valid values: StartTime, EndTime. Default value: StartTime. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#orderby DataTencentcloudScfAsyncEventManagement#orderby} */ readonly orderby?: string; /** * Filter (function version). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#qualifier DataTencentcloudScfAsyncEventManagement#qualifier} */ readonly qualifier?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#result_output_file DataTencentcloudScfAsyncEventManagement#result_output_file} */ readonly resultOutputFile?: string; /** * Filter (event status list), Values: RUNNING, FINISHED, ABORTED, FAILED. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#status DataTencentcloudScfAsyncEventManagement#status} */ readonly status?: string[]; } export interface DataTencentcloudScfAsyncEventManagementEventListStruct { } export declare function dataTencentcloudScfAsyncEventManagementEventListStructToTerraform(struct?: DataTencentcloudScfAsyncEventManagementEventListStruct): any; export declare function dataTencentcloudScfAsyncEventManagementEventListStructToHclTerraform(struct?: DataTencentcloudScfAsyncEventManagementEventListStruct): any; export declare class DataTencentcloudScfAsyncEventManagementEventListStructOutputReference 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(): DataTencentcloudScfAsyncEventManagementEventListStruct | undefined; set internalValue(value: DataTencentcloudScfAsyncEventManagementEventListStruct | undefined); get endTime(): any; get invokeRequestId(): any; get invokeType(): any; get qualifier(): any; get startTime(): any; get status(): any; } export declare class DataTencentcloudScfAsyncEventManagementEventListStructList 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): DataTencentcloudScfAsyncEventManagementEventListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management tencentcloud_scf_async_event_management} */ export declare class DataTencentcloudScfAsyncEventManagement extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_scf_async_event_management"; /** * Generates CDKTF code for importing a DataTencentcloudScfAsyncEventManagement 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 DataTencentcloudScfAsyncEventManagement to import * @param importFromId The id of the existing DataTencentcloudScfAsyncEventManagement that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_async_event_management#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudScfAsyncEventManagement 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/scf_async_event_management tencentcloud_scf_async_event_management} 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 DataTencentcloudScfAsyncEventManagementConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudScfAsyncEventManagementConfig); private _eventList; get eventList(): DataTencentcloudScfAsyncEventManagementEventListStructList; private _functionName?; get functionName(): string; set functionName(value: string); get functionNameInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _invokeRequestId?; get invokeRequestId(): string; set invokeRequestId(value: string); resetInvokeRequestId(): void; get invokeRequestIdInput(): string; private _invokeType?; get invokeType(): string[]; set invokeType(value: string[]); resetInvokeType(): void; get invokeTypeInput(): string[]; private _namespace?; get namespace(): string; set namespace(value: string); resetNamespace(): void; get namespaceInput(): string; private _order?; get order(): string; set order(value: string); resetOrder(): void; get orderInput(): string; private _orderby?; get orderby(): string; set orderby(value: string); resetOrderby(): void; get orderbyInput(): string; private _qualifier?; get qualifier(): string; set qualifier(value: string); resetQualifier(): void; get qualifierInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _status?; get status(): string[]; set status(value: string[]); resetStatus(): void; get statusInput(): string[]; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }