import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudEbBusConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_bus#id DataTencentcloudEbBus#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_bus#order DataTencentcloudEbBus#order} */ readonly order?: string; /** * According to which field to sort the returned results, the following fields are supported: `created_at` (creation time), `updated_at` (modification time). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_bus#order_by DataTencentcloudEbBus#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_bus#result_output_file DataTencentcloudEbBus#result_output_file} */ readonly resultOutputFile?: string; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_bus#filters DataTencentcloudEbBus#filters} */ readonly filters?: DataTencentcloudEbBusFilters[] | cdktf.IResolvable; } export interface DataTencentcloudEbBusEventBusesConnectionBriefs { } export declare function dataTencentcloudEbBusEventBusesConnectionBriefsToTerraform(struct?: DataTencentcloudEbBusEventBusesConnectionBriefs): any; export declare function dataTencentcloudEbBusEventBusesConnectionBriefsToHclTerraform(struct?: DataTencentcloudEbBusEventBusesConnectionBriefs): any; export declare class DataTencentcloudEbBusEventBusesConnectionBriefsOutputReference 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(): DataTencentcloudEbBusEventBusesConnectionBriefs | undefined; set internalValue(value: DataTencentcloudEbBusEventBusesConnectionBriefs | undefined); get status(): any; get type(): any; } export declare class DataTencentcloudEbBusEventBusesConnectionBriefsList 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): DataTencentcloudEbBusEventBusesConnectionBriefsOutputReference; } export interface DataTencentcloudEbBusEventBusesTargetBriefs { } export declare function dataTencentcloudEbBusEventBusesTargetBriefsToTerraform(struct?: DataTencentcloudEbBusEventBusesTargetBriefs): any; export declare function dataTencentcloudEbBusEventBusesTargetBriefsToHclTerraform(struct?: DataTencentcloudEbBusEventBusesTargetBriefs): any; export declare class DataTencentcloudEbBusEventBusesTargetBriefsOutputReference 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(): DataTencentcloudEbBusEventBusesTargetBriefs | undefined; set internalValue(value: DataTencentcloudEbBusEventBusesTargetBriefs | undefined); get targetId(): any; get type(): any; } export declare class DataTencentcloudEbBusEventBusesTargetBriefsList 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): DataTencentcloudEbBusEventBusesTargetBriefsOutputReference; } export interface DataTencentcloudEbBusEventBuses { } export declare function dataTencentcloudEbBusEventBusesToTerraform(struct?: DataTencentcloudEbBusEventBuses): any; export declare function dataTencentcloudEbBusEventBusesToHclTerraform(struct?: DataTencentcloudEbBusEventBuses): any; export declare class DataTencentcloudEbBusEventBusesOutputReference 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(): DataTencentcloudEbBusEventBuses | undefined; set internalValue(value: DataTencentcloudEbBusEventBuses | undefined); get addTime(): any; private _connectionBriefs; get connectionBriefs(): DataTencentcloudEbBusEventBusesConnectionBriefsList; get description(): any; get eventBusId(): any; get eventBusName(): any; get modTime(): any; get payMode(): any; private _targetBriefs; get targetBriefs(): DataTencentcloudEbBusEventBusesTargetBriefsList; get type(): any; } export declare class DataTencentcloudEbBusEventBusesList 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): DataTencentcloudEbBusEventBusesOutputReference; } export interface DataTencentcloudEbBusFilters { /** * The name of the filter key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_bus#name DataTencentcloudEbBus#name} */ readonly name: string; /** * One or more filter values. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_bus#values DataTencentcloudEbBus#values} */ readonly values: string[]; } export declare function dataTencentcloudEbBusFiltersToTerraform(struct?: DataTencentcloudEbBusFilters | cdktf.IResolvable): any; export declare function dataTencentcloudEbBusFiltersToHclTerraform(struct?: DataTencentcloudEbBusFilters | cdktf.IResolvable): any; export declare class DataTencentcloudEbBusFiltersOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @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(): DataTencentcloudEbBusFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudEbBusFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[]; } export declare class DataTencentcloudEbBusFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudEbBusFilters[] | cdktf.IResolvable; /** * @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): DataTencentcloudEbBusFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_bus tencentcloud_eb_bus} */ export declare class DataTencentcloudEbBus extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_eb_bus"; /** * Generates CDKTF code for importing a DataTencentcloudEbBus 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 DataTencentcloudEbBus to import * @param importFromId The id of the existing DataTencentcloudEbBus that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/eb_bus#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudEbBus 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_bus tencentcloud_eb_bus} 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 DataTencentcloudEbBusConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudEbBusConfig); private _eventBuses; get eventBuses(): DataTencentcloudEbBusEventBusesList; 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 _filters; get filters(): DataTencentcloudEbBusFiltersList; putFilters(value: DataTencentcloudEbBusFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }