import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudGaapHttpRulesConfig extends cdktf.TerraformMetaArguments { /** * Forward domain of the layer7 listener to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules#domain DataTencentcloudGaapHttpRules#domain} */ readonly domain?: string; /** * Requested host which is forwarded to the realserver by the listener to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules#forward_host DataTencentcloudGaapHttpRules#forward_host} */ readonly forwardHost?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules#id DataTencentcloudGaapHttpRules#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; /** * ID of the layer7 listener to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules#listener_id DataTencentcloudGaapHttpRules#listener_id} */ readonly listenerId: string; /** * Path of the forward rule to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules#path DataTencentcloudGaapHttpRules#path} */ readonly path?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules#result_output_file DataTencentcloudGaapHttpRules#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudGaapHttpRulesRulesRealservers { } export declare function dataTencentcloudGaapHttpRulesRulesRealserversToTerraform(struct?: DataTencentcloudGaapHttpRulesRulesRealservers): any; export declare function dataTencentcloudGaapHttpRulesRulesRealserversToHclTerraform(struct?: DataTencentcloudGaapHttpRulesRulesRealservers): any; export declare class DataTencentcloudGaapHttpRulesRulesRealserversOutputReference 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(): DataTencentcloudGaapHttpRulesRulesRealservers | undefined; set internalValue(value: DataTencentcloudGaapHttpRulesRulesRealservers | undefined); get domain(): any; get id(): any; get ip(): any; get port(): any; get status(): any; get weight(): any; } export declare class DataTencentcloudGaapHttpRulesRulesRealserversList 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): DataTencentcloudGaapHttpRulesRulesRealserversOutputReference; } export interface DataTencentcloudGaapHttpRulesRules { } export declare function dataTencentcloudGaapHttpRulesRulesToTerraform(struct?: DataTencentcloudGaapHttpRulesRules): any; export declare function dataTencentcloudGaapHttpRulesRulesToHclTerraform(struct?: DataTencentcloudGaapHttpRulesRules): any; export declare class DataTencentcloudGaapHttpRulesRulesOutputReference 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(): DataTencentcloudGaapHttpRulesRules | undefined; set internalValue(value: DataTencentcloudGaapHttpRulesRules | undefined); get connectTimeout(): any; get domain(): any; get forwardHost(): any; get healthCheck(): any; get healthCheckMethod(): any; get healthCheckPath(): any; get healthCheckStatusCodes(): any; get id(): any; get interval(): any; get listenerId(): any; get path(): any; get realserverType(): any; private _realservers; get realservers(): DataTencentcloudGaapHttpRulesRulesRealserversList; get scheduler(): any; get sni(): any; get sniSwitch(): any; } export declare class DataTencentcloudGaapHttpRulesRulesList 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): DataTencentcloudGaapHttpRulesRulesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules tencentcloud_gaap_http_rules} */ export declare class DataTencentcloudGaapHttpRules extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_gaap_http_rules"; /** * Generates CDKTF code for importing a DataTencentcloudGaapHttpRules 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 DataTencentcloudGaapHttpRules to import * @param importFromId The id of the existing DataTencentcloudGaapHttpRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/gaap_http_rules#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudGaapHttpRules 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_http_rules tencentcloud_gaap_http_rules} 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 DataTencentcloudGaapHttpRulesConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudGaapHttpRulesConfig); private _domain?; get domain(): string; set domain(value: string); resetDomain(): void; get domainInput(): string; private _forwardHost?; get forwardHost(): string; set forwardHost(value: string); resetForwardHost(): void; get forwardHostInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _listenerId?; get listenerId(): string; set listenerId(value: string); get listenerIdInput(): string; private _path?; get path(): string; set path(value: string); resetPath(): void; get pathInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _rules; get rules(): DataTencentcloudGaapHttpRulesRulesList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }