import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudClbTargetGroupsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_target_groups#id DataTencentcloudClbTargetGroups#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_target_groups#result_output_file DataTencentcloudClbTargetGroups#result_output_file} */ readonly resultOutputFile?: string; /** * ID of Target group. Mutually exclusive with `vpc_id` and `target_group_name`. `target_group_id` is preferred. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_target_groups#target_group_id DataTencentcloudClbTargetGroups#target_group_id} */ readonly targetGroupId?: string; /** * Name of target group. Mutually exclusive with `target_group_id`. `target_group_id` is preferred. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_target_groups#target_group_name DataTencentcloudClbTargetGroups#target_group_name} */ readonly targetGroupName?: string; /** * Target group VPC ID. Mutually exclusive with `target_group_id`. `target_group_id` is preferred. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_target_groups#vpc_id DataTencentcloudClbTargetGroups#vpc_id} */ readonly vpcId?: string; } export interface DataTencentcloudClbTargetGroupsListAssociatedRuleListStruct { } export declare function dataTencentcloudClbTargetGroupsListAssociatedRuleListStructToTerraform(struct?: DataTencentcloudClbTargetGroupsListAssociatedRuleListStruct): any; export declare function dataTencentcloudClbTargetGroupsListAssociatedRuleListStructToHclTerraform(struct?: DataTencentcloudClbTargetGroupsListAssociatedRuleListStruct): any; export declare class DataTencentcloudClbTargetGroupsListAssociatedRuleListStructOutputReference 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(): DataTencentcloudClbTargetGroupsListAssociatedRuleListStruct | undefined; set internalValue(value: DataTencentcloudClbTargetGroupsListAssociatedRuleListStruct | undefined); get domain(): any; get listenerId(): any; get listenerName(): any; get listenerPort(): any; get loadBalancerId(): any; get loadBalancerName(): any; get locationId(): any; get protocol(): any; get url(): any; } export declare class DataTencentcloudClbTargetGroupsListAssociatedRuleListStructList 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): DataTencentcloudClbTargetGroupsListAssociatedRuleListStructOutputReference; } export interface DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStruct { } export declare function dataTencentcloudClbTargetGroupsListTargetGroupInstanceListStructToTerraform(struct?: DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStruct): any; export declare function dataTencentcloudClbTargetGroupsListTargetGroupInstanceListStructToHclTerraform(struct?: DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStruct): any; export declare class DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStructOutputReference 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(): DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStruct | undefined; set internalValue(value: DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStruct | undefined); get eniId(): any; get instanceId(): any; get instanceName(): any; get privateIpAddresses(): any; get publicIpAddresses(): any; get registeredTime(): any; get serverPort(): any; get serverType(): any; get weight(): any; } export declare class DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStructList 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): DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStructOutputReference; } export interface DataTencentcloudClbTargetGroupsListStruct { } export declare function dataTencentcloudClbTargetGroupsListStructToTerraform(struct?: DataTencentcloudClbTargetGroupsListStruct): any; export declare function dataTencentcloudClbTargetGroupsListStructToHclTerraform(struct?: DataTencentcloudClbTargetGroupsListStruct): any; export declare class DataTencentcloudClbTargetGroupsListStructOutputReference 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(): DataTencentcloudClbTargetGroupsListStruct | undefined; set internalValue(value: DataTencentcloudClbTargetGroupsListStruct | undefined); private _associatedRuleList; get associatedRuleList(): DataTencentcloudClbTargetGroupsListAssociatedRuleListStructList; get createTime(): any; get port(): any; get targetGroupId(): any; private _targetGroupInstanceList; get targetGroupInstanceList(): DataTencentcloudClbTargetGroupsListTargetGroupInstanceListStructList; get targetGroupName(): any; get updateTime(): any; get vpcId(): any; } export declare class DataTencentcloudClbTargetGroupsListStructList 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): DataTencentcloudClbTargetGroupsListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_target_groups tencentcloud_clb_target_groups} */ export declare class DataTencentcloudClbTargetGroups extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_clb_target_groups"; /** * Generates CDKTF code for importing a DataTencentcloudClbTargetGroups 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 DataTencentcloudClbTargetGroups to import * @param importFromId The id of the existing DataTencentcloudClbTargetGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clb_target_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudClbTargetGroups 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_target_groups tencentcloud_clb_target_groups} 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 DataTencentcloudClbTargetGroupsConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudClbTargetGroupsConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _list; get list(): DataTencentcloudClbTargetGroupsListStructList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _targetGroupId?; get targetGroupId(): string; set targetGroupId(value: string); resetTargetGroupId(): void; get targetGroupIdInput(): string; private _targetGroupName?; get targetGroupName(): string; set targetGroupName(value: string); resetTargetGroupName(): void; get targetGroupNameInput(): string; private _vpcId?; get vpcId(): string; set vpcId(value: string); resetVpcId(): void; get vpcIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }