import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudEbEventRulesConfig extends cdktf.TerraformMetaArguments { /** * event bus Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_event_rules#event_bus_id DataTencentcloudEbEventRules#event_bus_id} */ readonly eventBusId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_event_rules#id DataTencentcloudEbEventRules#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; /** * Return results in ascending or descending order, optional values ASC (ascending) and DESC (descending). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_event_rules#order DataTencentcloudEbEventRules#order} */ readonly order?: string; /** * According to which field to sort the returned results, the following fields are supported: AddTime (creation time), ModTime (modification time). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_event_rules#order_by DataTencentcloudEbEventRules#order_by} */ readonly orderBy?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_event_rules#result_output_file DataTencentcloudEbEventRules#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParams { } export declare function dataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParamsToTerraform(struct?: DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParams): any; export declare function dataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParamsToHclTerraform(struct?: DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParams): any; export declare class DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParamsOutputReference 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(): DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParams | undefined; set internalValue(value: DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParams | undefined); get resourceDescription(): any; get topicName(): any; } export declare class DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParamsList 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): DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParamsOutputReference; } export interface DataTencentcloudEbEventRulesRulesDeadLetterConfig { } export declare function dataTencentcloudEbEventRulesRulesDeadLetterConfigToTerraform(struct?: DataTencentcloudEbEventRulesRulesDeadLetterConfig): any; export declare function dataTencentcloudEbEventRulesRulesDeadLetterConfigToHclTerraform(struct?: DataTencentcloudEbEventRulesRulesDeadLetterConfig): any; export declare class DataTencentcloudEbEventRulesRulesDeadLetterConfigOutputReference 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(): DataTencentcloudEbEventRulesRulesDeadLetterConfig | undefined; set internalValue(value: DataTencentcloudEbEventRulesRulesDeadLetterConfig | undefined); private _ckafkaDeliveryParams; get ckafkaDeliveryParams(): DataTencentcloudEbEventRulesRulesDeadLetterConfigCkafkaDeliveryParamsList; get disposeMethod(): any; } export declare class DataTencentcloudEbEventRulesRulesDeadLetterConfigList 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): DataTencentcloudEbEventRulesRulesDeadLetterConfigOutputReference; } export interface DataTencentcloudEbEventRulesRulesTargets { } export declare function dataTencentcloudEbEventRulesRulesTargetsToTerraform(struct?: DataTencentcloudEbEventRulesRulesTargets): any; export declare function dataTencentcloudEbEventRulesRulesTargetsToHclTerraform(struct?: DataTencentcloudEbEventRulesRulesTargets): any; export declare class DataTencentcloudEbEventRulesRulesTargetsOutputReference 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(): DataTencentcloudEbEventRulesRulesTargets | undefined; set internalValue(value: DataTencentcloudEbEventRulesRulesTargets | undefined); get targetId(): any; get type(): any; } export declare class DataTencentcloudEbEventRulesRulesTargetsList 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): DataTencentcloudEbEventRulesRulesTargetsOutputReference; } export interface DataTencentcloudEbEventRulesRules { } export declare function dataTencentcloudEbEventRulesRulesToTerraform(struct?: DataTencentcloudEbEventRulesRules): any; export declare function dataTencentcloudEbEventRulesRulesToHclTerraform(struct?: DataTencentcloudEbEventRulesRules): any; export declare class DataTencentcloudEbEventRulesRulesOutputReference 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(): DataTencentcloudEbEventRulesRules | undefined; set internalValue(value: DataTencentcloudEbEventRulesRules | undefined); get addTime(): any; private _deadLetterConfig; get deadLetterConfig(): DataTencentcloudEbEventRulesRulesDeadLetterConfigList; get description(): any; get enable(): any; get eventBusId(): any; get modTime(): any; get ruleId(): any; get ruleName(): any; get status(): any; private _targets; get targets(): DataTencentcloudEbEventRulesRulesTargetsList; } export declare class DataTencentcloudEbEventRulesRulesList 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): DataTencentcloudEbEventRulesRulesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_event_rules tencentcloud_eb_event_rules} */ export declare class DataTencentcloudEbEventRules extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_eb_event_rules"; /** * Generates CDKTF code for importing a DataTencentcloudEbEventRules 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 DataTencentcloudEbEventRules to import * @param importFromId The id of the existing DataTencentcloudEbEventRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_event_rules#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudEbEventRules 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/eb_event_rules tencentcloud_eb_event_rules} 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 DataTencentcloudEbEventRulesConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudEbEventRulesConfig); private _eventBusId?; get eventBusId(): string; set eventBusId(value: string); get eventBusIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): 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 _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _rules; get rules(): DataTencentcloudEbEventRulesRulesList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }