import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudClbListenersByTargetsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_listeners_by_targets#id DataTencentcloudClbListenersByTargets#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; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_listeners_by_targets#result_output_file DataTencentcloudClbListenersByTargets#result_output_file} */ readonly resultOutputFile?: string; /** * backends block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_listeners_by_targets#backends DataTencentcloudClbListenersByTargets#backends} */ readonly backends: DataTencentcloudClbListenersByTargetsBackends[] | cdktf.IResolvable; } export interface DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargets { } export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargetsToTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargets): any; export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargetsToHclTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargets): any; export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargetsOutputReference 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(): DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargets | undefined; set internalValue(value: DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargets | undefined); get port(): any; get privateIp(): any; get type(): any; get vpcId(): any; get weight(): any; } export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargetsList 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): DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargetsOutputReference; } export interface DataTencentcloudClbListenersByTargetsLoadBalancersListenersRules { } export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesToTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListenersRules): any; export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesToHclTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListenersRules): any; export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesOutputReference 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(): DataTencentcloudClbListenersByTargetsLoadBalancersListenersRules | undefined; set internalValue(value: DataTencentcloudClbListenersByTargetsLoadBalancersListenersRules | undefined); get domain(): any; get locationId(): any; private _targets; get targets(): DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesTargetsList; get url(): any; } export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesList 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): DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesOutputReference; } export interface DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargets { } export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersTargetsToTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargets): any; export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersTargetsToHclTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargets): any; export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargetsOutputReference 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(): DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargets | undefined; set internalValue(value: DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargets | undefined); get port(): any; get privateIp(): any; get type(): any; get vpcId(): any; get weight(): any; } export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargetsList 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): DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargetsOutputReference; } export interface DataTencentcloudClbListenersByTargetsLoadBalancersListeners { } export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersToTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListeners): any; export declare function dataTencentcloudClbListenersByTargetsLoadBalancersListenersToHclTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancersListeners): any; export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersOutputReference 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(): DataTencentcloudClbListenersByTargetsLoadBalancersListeners | undefined; set internalValue(value: DataTencentcloudClbListenersByTargetsLoadBalancersListeners | undefined); get endPort(): any; get listenerId(): any; get port(): any; get protocol(): any; private _rules; get rules(): DataTencentcloudClbListenersByTargetsLoadBalancersListenersRulesList; private _targets; get targets(): DataTencentcloudClbListenersByTargetsLoadBalancersListenersTargetsList; } export declare class DataTencentcloudClbListenersByTargetsLoadBalancersListenersList 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): DataTencentcloudClbListenersByTargetsLoadBalancersListenersOutputReference; } export interface DataTencentcloudClbListenersByTargetsLoadBalancers { } export declare function dataTencentcloudClbListenersByTargetsLoadBalancersToTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancers): any; export declare function dataTencentcloudClbListenersByTargetsLoadBalancersToHclTerraform(struct?: DataTencentcloudClbListenersByTargetsLoadBalancers): any; export declare class DataTencentcloudClbListenersByTargetsLoadBalancersOutputReference 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(): DataTencentcloudClbListenersByTargetsLoadBalancers | undefined; set internalValue(value: DataTencentcloudClbListenersByTargetsLoadBalancers | undefined); private _listeners; get listeners(): DataTencentcloudClbListenersByTargetsLoadBalancersListenersList; get loadBalancerId(): any; get region(): any; get vip(): any; } export declare class DataTencentcloudClbListenersByTargetsLoadBalancersList 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): DataTencentcloudClbListenersByTargetsLoadBalancersOutputReference; } export interface DataTencentcloudClbListenersByTargetsBackends { /** * Private network IP to be queried, which can be of the CVM or ENI. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_listeners_by_targets#private_ip DataTencentcloudClbListenersByTargets#private_ip} */ readonly privateIp: string; /** * VPC ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_listeners_by_targets#vpc_id DataTencentcloudClbListenersByTargets#vpc_id} */ readonly vpcId: string; } export declare function dataTencentcloudClbListenersByTargetsBackendsToTerraform(struct?: DataTencentcloudClbListenersByTargetsBackends | cdktf.IResolvable): any; export declare function dataTencentcloudClbListenersByTargetsBackendsToHclTerraform(struct?: DataTencentcloudClbListenersByTargetsBackends | cdktf.IResolvable): any; export declare class DataTencentcloudClbListenersByTargetsBackendsOutputReference 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(): DataTencentcloudClbListenersByTargetsBackends | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudClbListenersByTargetsBackends | cdktf.IResolvable | undefined); private _privateIp?; get privateIp(): string; set privateIp(value: string); get privateIpInput(): string; private _vpcId?; get vpcId(): string; set vpcId(value: string); get vpcIdInput(): string; } export declare class DataTencentcloudClbListenersByTargetsBackendsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudClbListenersByTargetsBackends[] | 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): DataTencentcloudClbListenersByTargetsBackendsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_listeners_by_targets tencentcloud_clb_listeners_by_targets} */ export declare class DataTencentcloudClbListenersByTargets extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_clb_listeners_by_targets"; /** * Generates CDKTF code for importing a DataTencentcloudClbListenersByTargets 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 DataTencentcloudClbListenersByTargets to import * @param importFromId The id of the existing DataTencentcloudClbListenersByTargets that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_listeners_by_targets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudClbListenersByTargets 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/clb_listeners_by_targets tencentcloud_clb_listeners_by_targets} 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 DataTencentcloudClbListenersByTargetsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudClbListenersByTargetsConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _loadBalancers; get loadBalancers(): DataTencentcloudClbListenersByTargetsLoadBalancersList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _backends; get backends(): DataTencentcloudClbListenersByTargetsBackendsList; putBackends(value: DataTencentcloudClbListenersByTargetsBackends[] | cdktf.IResolvable): void; get backendsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }