import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudGaapProxyDetailConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_detail#id DataTencentcloudGaapProxyDetail#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; /** * Proxy Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_detail#proxy_id DataTencentcloudGaapProxyDetail#proxy_id} */ readonly proxyId: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_detail#result_output_file DataTencentcloudGaapProxyDetail#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeature { } export declare function dataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeatureToTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeature): any; export declare function dataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeatureToHclTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeature): any; export declare class DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeatureOutputReference 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(): DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeature | undefined; set internalValue(value: DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeature | undefined); get networkType(): any; } export declare class DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeatureList 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): DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeatureOutputReference; } export interface DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfo { } export declare function dataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoToTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfo): any; export declare function dataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoToHclTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfo): any; export declare class DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoOutputReference 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(): DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfo | undefined; set internalValue(value: DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfo | undefined); get featureBitmap(): any; get idcType(): any; get regionArea(): any; get regionAreaName(): any; get regionId(): any; get regionName(): any; private _supportFeature; get supportFeature(): DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoSupportFeatureList; } export declare class DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoList 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): DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoOutputReference; } export interface DataTencentcloudGaapProxyDetailProxyDetailIpListStruct { } export declare function dataTencentcloudGaapProxyDetailProxyDetailIpListStructToTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailIpListStruct): any; export declare function dataTencentcloudGaapProxyDetailProxyDetailIpListStructToHclTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailIpListStruct): any; export declare class DataTencentcloudGaapProxyDetailProxyDetailIpListStructOutputReference 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(): DataTencentcloudGaapProxyDetailProxyDetailIpListStruct | undefined; set internalValue(value: DataTencentcloudGaapProxyDetailProxyDetailIpListStruct | undefined); get bandwidth(): any; get ip(): any; get provider(): any; } export declare class DataTencentcloudGaapProxyDetailProxyDetailIpListStructList 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): DataTencentcloudGaapProxyDetailProxyDetailIpListStructOutputReference; } export interface DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeature { } export declare function dataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeatureToTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeature): any; export declare function dataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeatureToHclTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeature): any; export declare class DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeatureOutputReference 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(): DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeature | undefined; set internalValue(value: DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeature | undefined); get networkType(): any; } export declare class DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeatureList 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): DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeatureOutputReference; } export interface DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfo { } export declare function dataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoToTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfo): any; export declare function dataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoToHclTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfo): any; export declare class DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoOutputReference 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(): DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfo | undefined; set internalValue(value: DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfo | undefined); get featureBitmap(): any; get idcType(): any; get regionArea(): any; get regionAreaName(): any; get regionId(): any; get regionName(): any; private _supportFeature; get supportFeature(): DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoSupportFeatureList; } export declare class DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoList 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): DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoOutputReference; } export interface DataTencentcloudGaapProxyDetailProxyDetailTagSet { } export declare function dataTencentcloudGaapProxyDetailProxyDetailTagSetToTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailTagSet): any; export declare function dataTencentcloudGaapProxyDetailProxyDetailTagSetToHclTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetailTagSet): any; export declare class DataTencentcloudGaapProxyDetailProxyDetailTagSetOutputReference 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(): DataTencentcloudGaapProxyDetailProxyDetailTagSet | undefined; set internalValue(value: DataTencentcloudGaapProxyDetailProxyDetailTagSet | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudGaapProxyDetailProxyDetailTagSetList 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): DataTencentcloudGaapProxyDetailProxyDetailTagSetOutputReference; } export interface DataTencentcloudGaapProxyDetailProxyDetail { } export declare function dataTencentcloudGaapProxyDetailProxyDetailToTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetail): any; export declare function dataTencentcloudGaapProxyDetailProxyDetailToHclTerraform(struct?: DataTencentcloudGaapProxyDetailProxyDetail): any; export declare class DataTencentcloudGaapProxyDetailProxyDetailOutputReference 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(): DataTencentcloudGaapProxyDetailProxyDetail | undefined; set internalValue(value: DataTencentcloudGaapProxyDetailProxyDetail | undefined); get accessRegion(): any; private _accessRegionInfo; get accessRegionInfo(): DataTencentcloudGaapProxyDetailProxyDetailAccessRegionInfoList; get banStatus(): any; get bandwidth(): any; get billingType(): any; get clientIpMethod(): any; get concurrent(): any; get createTime(): any; get domain(): any; get featureBitmap(): any; get forwardIp(): any; get groupId(): any; get http3Supported(): any; get inBanBlacklist(): any; get instanceId(): any; get ip(): any; get ipAddressVersion(): any; private _ipList; get ipList(): DataTencentcloudGaapProxyDetailProxyDetailIpListStructList; get isAutoScaleProxy(): any; get isSupportTlsChoice(): any; get modifyConfigTime(): any; get networkType(): any; get packageType(): any; get policyId(): any; get projectId(): any; get proxyId(): any; get proxyName(): any; get proxyType(): any; get realServerRegion(): any; private _realServerRegionInfo; get realServerRegionInfo(): DataTencentcloudGaapProxyDetailProxyDetailRealServerRegionInfoList; get relatedGlobalDomains(): any; get scalarable(): any; get status(): any; get supportProtocols(): any; get supportSecurity(): any; private _tagSet; get tagSet(): DataTencentcloudGaapProxyDetailProxyDetailTagSetList; get version(): any; } export declare class DataTencentcloudGaapProxyDetailProxyDetailList 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): DataTencentcloudGaapProxyDetailProxyDetailOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_detail tencentcloud_gaap_proxy_detail} */ export declare class DataTencentcloudGaapProxyDetail extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_gaap_proxy_detail"; /** * Generates CDKTF code for importing a DataTencentcloudGaapProxyDetail 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 DataTencentcloudGaapProxyDetail to import * @param importFromId The id of the existing DataTencentcloudGaapProxyDetail that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_proxy_detail#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudGaapProxyDetail 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_detail tencentcloud_gaap_proxy_detail} 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 DataTencentcloudGaapProxyDetailConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudGaapProxyDetailConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _proxyDetail; get proxyDetail(): DataTencentcloudGaapProxyDetailProxyDetailList; private _proxyId?; get proxyId(): string; set proxyId(value: string); get proxyIdInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }