import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudGaapProxyGroupsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#id DataTencentcloudGaapProxyGroups#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; /** * Project ID. Value range:-1, All projects under this user0, default projectOther values, specified items. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#project_id DataTencentcloudGaapProxyGroups#project_id} */ readonly projectId: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#result_output_file DataTencentcloudGaapProxyGroups#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/gaap_proxy_groups#filters DataTencentcloudGaapProxyGroups#filters} */ readonly filters?: DataTencentcloudGaapProxyGroupsFilters[] | cdktf.IResolvable; /** * tag_set block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#tag_set DataTencentcloudGaapProxyGroups#tag_set} */ readonly tagSet?: DataTencentcloudGaapProxyGroupsTagSet[] | cdktf.IResolvable; } export interface DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature { } export declare function dataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeatureToTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature): any; export declare function dataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeatureToHclTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature): any; export declare class DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeatureOutputReference 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(): DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature | undefined; set internalValue(value: DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeature | undefined); get networkType(): any; } export declare class DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeatureList 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): DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeatureOutputReference; } export interface DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfo { } export declare function dataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoToTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfo): any; export declare function dataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoToHclTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfo): any; export declare class DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoOutputReference 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(): DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfo | undefined; set internalValue(value: DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfo | undefined); get featureBitmap(): any; get idcType(): any; get regionArea(): any; get regionAreaName(): any; get regionId(): any; get regionName(): any; private _supportFeature; get supportFeature(): DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoSupportFeatureList; } export declare class DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoList 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): DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoOutputReference; } export interface DataTencentcloudGaapProxyGroupsProxyGroupListTagSet { } export declare function dataTencentcloudGaapProxyGroupsProxyGroupListTagSetToTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListTagSet): any; export declare function dataTencentcloudGaapProxyGroupsProxyGroupListTagSetToHclTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListTagSet): any; export declare class DataTencentcloudGaapProxyGroupsProxyGroupListTagSetOutputReference 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(): DataTencentcloudGaapProxyGroupsProxyGroupListTagSet | undefined; set internalValue(value: DataTencentcloudGaapProxyGroupsProxyGroupListTagSet | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudGaapProxyGroupsProxyGroupListTagSetList 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): DataTencentcloudGaapProxyGroupsProxyGroupListTagSetOutputReference; } export interface DataTencentcloudGaapProxyGroupsProxyGroupListStruct { } export declare function dataTencentcloudGaapProxyGroupsProxyGroupListStructToTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListStruct): any; export declare function dataTencentcloudGaapProxyGroupsProxyGroupListStructToHclTerraform(struct?: DataTencentcloudGaapProxyGroupsProxyGroupListStruct): any; export declare class DataTencentcloudGaapProxyGroupsProxyGroupListStructOutputReference 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(): DataTencentcloudGaapProxyGroupsProxyGroupListStruct | undefined; set internalValue(value: DataTencentcloudGaapProxyGroupsProxyGroupListStruct | undefined); get createTime(): any; get domain(): any; get featureBitmap(): any; get groupId(): any; get groupName(): any; get http3Supported(): any; get projectId(): any; get proxyType(): any; private _realServerRegionInfo; get realServerRegionInfo(): DataTencentcloudGaapProxyGroupsProxyGroupListRealServerRegionInfoList; get status(): any; private _tagSet; get tagSet(): DataTencentcloudGaapProxyGroupsProxyGroupListTagSetList; get version(): any; } export declare class DataTencentcloudGaapProxyGroupsProxyGroupListStructList 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): DataTencentcloudGaapProxyGroupsProxyGroupListStructOutputReference; } export interface DataTencentcloudGaapProxyGroupsFilters { /** * Filter conditions. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#name DataTencentcloudGaapProxyGroups#name} */ readonly name: string; /** * filtering value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#values DataTencentcloudGaapProxyGroups#values} */ readonly values: string[]; } export declare function dataTencentcloudGaapProxyGroupsFiltersToTerraform(struct?: DataTencentcloudGaapProxyGroupsFilters | cdktf.IResolvable): any; export declare function dataTencentcloudGaapProxyGroupsFiltersToHclTerraform(struct?: DataTencentcloudGaapProxyGroupsFilters | cdktf.IResolvable): any; export declare class DataTencentcloudGaapProxyGroupsFiltersOutputReference 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(): DataTencentcloudGaapProxyGroupsFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudGaapProxyGroupsFilters | 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 DataTencentcloudGaapProxyGroupsFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudGaapProxyGroupsFilters[] | 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): DataTencentcloudGaapProxyGroupsFiltersOutputReference; } export interface DataTencentcloudGaapProxyGroupsTagSet { /** * Tag Key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#tag_key DataTencentcloudGaapProxyGroups#tag_key} */ readonly tagKey: string; /** * Tag Value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#tag_value DataTencentcloudGaapProxyGroups#tag_value} */ readonly tagValue: string; } export declare function dataTencentcloudGaapProxyGroupsTagSetToTerraform(struct?: DataTencentcloudGaapProxyGroupsTagSet | cdktf.IResolvable): any; export declare function dataTencentcloudGaapProxyGroupsTagSetToHclTerraform(struct?: DataTencentcloudGaapProxyGroupsTagSet | cdktf.IResolvable): any; export declare class DataTencentcloudGaapProxyGroupsTagSetOutputReference 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(): DataTencentcloudGaapProxyGroupsTagSet | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudGaapProxyGroupsTagSet | cdktf.IResolvable | undefined); private _tagKey?; get tagKey(): string; set tagKey(value: string); get tagKeyInput(): string; private _tagValue?; get tagValue(): string; set tagValue(value: string); get tagValueInput(): string; } export declare class DataTencentcloudGaapProxyGroupsTagSetList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudGaapProxyGroupsTagSet[] | 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): DataTencentcloudGaapProxyGroupsTagSetOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups tencentcloud_gaap_proxy_groups} */ export declare class DataTencentcloudGaapProxyGroups extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_gaap_proxy_groups"; /** * Generates CDKTF code for importing a DataTencentcloudGaapProxyGroups 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 DataTencentcloudGaapProxyGroups to import * @param importFromId The id of the existing DataTencentcloudGaapProxyGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudGaapProxyGroups 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/gaap_proxy_groups tencentcloud_gaap_proxy_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 DataTencentcloudGaapProxyGroupsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudGaapProxyGroupsConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _projectId?; get projectId(): number; set projectId(value: number); get projectIdInput(): number; private _proxyGroupList; get proxyGroupList(): DataTencentcloudGaapProxyGroupsProxyGroupListStructList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudGaapProxyGroupsFiltersList; putFilters(value: DataTencentcloudGaapProxyGroupsFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; private _tagSet; get tagSet(): DataTencentcloudGaapProxyGroupsTagSetList; putTagSet(value: DataTencentcloudGaapProxyGroupsTagSet[] | cdktf.IResolvable): void; resetTagSet(): void; get tagSetInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }