import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudIgtmAddressPoolListConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/igtm_address_pool_list#id DataTencentcloudIgtmAddressPoolList#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/igtm_address_pool_list#result_output_file DataTencentcloudIgtmAddressPoolList#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/igtm_address_pool_list#filters DataTencentcloudIgtmAddressPoolList#filters} */ readonly filters?: DataTencentcloudIgtmAddressPoolListFilters[] | cdktf.IResolvable; } export interface DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSet { } export declare function dataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSetToTerraform(struct?: DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSet): any; export declare function dataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSetToHclTerraform(struct?: DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSet): any; export declare class DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSetOutputReference 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(): DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSet | undefined; set internalValue(value: DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSet | undefined); get addr(): any; get addressId(): any; get createdOn(): any; get isEnable(): any; get location(): any; get status(): any; get updatedOn(): any; get weight(): any; } export declare class DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSetList 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): DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSetOutputReference; } export interface DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfo { } export declare function dataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfoToTerraform(struct?: DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfo): any; export declare function dataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfoToHclTerraform(struct?: DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfo): any; export declare class DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfoOutputReference 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(): DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfo | undefined; set internalValue(value: DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfo | undefined); get instanceId(): any; get instanceName(): any; } export declare class DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfoList 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): DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfoOutputReference; } export interface DataTencentcloudIgtmAddressPoolListAddressPoolSet { } export declare function dataTencentcloudIgtmAddressPoolListAddressPoolSetToTerraform(struct?: DataTencentcloudIgtmAddressPoolListAddressPoolSet): any; export declare function dataTencentcloudIgtmAddressPoolListAddressPoolSetToHclTerraform(struct?: DataTencentcloudIgtmAddressPoolListAddressPoolSet): any; export declare class DataTencentcloudIgtmAddressPoolListAddressPoolSetOutputReference 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(): DataTencentcloudIgtmAddressPoolListAddressPoolSet | undefined; set internalValue(value: DataTencentcloudIgtmAddressPoolListAddressPoolSet | undefined); get addrType(): any; get addressNum(): any; private _addressSet; get addressSet(): DataTencentcloudIgtmAddressPoolListAddressPoolSetAddressSetList; get createdOn(): any; private _instanceInfo; get instanceInfo(): DataTencentcloudIgtmAddressPoolListAddressPoolSetInstanceInfoList; get monitorGroupNum(): any; get monitorId(): any; get monitorTaskNum(): any; get poolId(): any; get poolName(): any; get status(): any; get trafficStrategy(): any; get updatedOn(): any; } export declare class DataTencentcloudIgtmAddressPoolListAddressPoolSetList 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): DataTencentcloudIgtmAddressPoolListAddressPoolSetOutputReference; } export interface DataTencentcloudIgtmAddressPoolListFilters { /** * Whether to enable fuzzy query, only supports filter field name as domain. * When fuzzy query is enabled, maximum Value length is 1, otherwise maximum Value length is 5. (Reserved field, currently not used). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/igtm_address_pool_list#fuzzy DataTencentcloudIgtmAddressPoolList#fuzzy} */ readonly fuzzy?: boolean | cdktf.IResolvable; /** * Filter field name, supported list as follows: * - PoolName: Address pool name. * - MonitorId: Monitor ID. This is a required parameter, failure to provide will cause interface query failure. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/igtm_address_pool_list#name DataTencentcloudIgtmAddressPoolList#name} */ readonly name: string; /** * Filter field value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/igtm_address_pool_list#value DataTencentcloudIgtmAddressPoolList#value} */ readonly value: string[]; } export declare function dataTencentcloudIgtmAddressPoolListFiltersToTerraform(struct?: DataTencentcloudIgtmAddressPoolListFilters | cdktf.IResolvable): any; export declare function dataTencentcloudIgtmAddressPoolListFiltersToHclTerraform(struct?: DataTencentcloudIgtmAddressPoolListFilters | cdktf.IResolvable): any; export declare class DataTencentcloudIgtmAddressPoolListFiltersOutputReference 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(): DataTencentcloudIgtmAddressPoolListFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudIgtmAddressPoolListFilters | cdktf.IResolvable | undefined); private _fuzzy?; get fuzzy(): boolean | cdktf.IResolvable; set fuzzy(value: boolean | cdktf.IResolvable); resetFuzzy(): void; get fuzzyInput(): any; private _name?; get name(): string; set name(value: string); get nameInput(): string; private _value?; get value(): string[]; set value(value: string[]); get valueInput(): string[]; } export declare class DataTencentcloudIgtmAddressPoolListFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudIgtmAddressPoolListFilters[] | 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): DataTencentcloudIgtmAddressPoolListFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/igtm_address_pool_list tencentcloud_igtm_address_pool_list} */ export declare class DataTencentcloudIgtmAddressPoolList extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_igtm_address_pool_list"; /** * Generates CDKTF code for importing a DataTencentcloudIgtmAddressPoolList 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 DataTencentcloudIgtmAddressPoolList to import * @param importFromId The id of the existing DataTencentcloudIgtmAddressPoolList that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/igtm_address_pool_list#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudIgtmAddressPoolList 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/igtm_address_pool_list tencentcloud_igtm_address_pool_list} 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 DataTencentcloudIgtmAddressPoolListConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudIgtmAddressPoolListConfig); private _addressPoolSet; get addressPoolSet(): DataTencentcloudIgtmAddressPoolListAddressPoolSetList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudIgtmAddressPoolListFiltersList; putFilters(value: DataTencentcloudIgtmAddressPoolListFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }