import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudAntiddosListListenerConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/antiddos_list_listener#id DataTencentcloudAntiddosListListener#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/antiddos_list_listener#result_output_file DataTencentcloudAntiddosListListener#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRule { } export declare function dataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRuleToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRule): any; export declare function dataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRuleToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRule): any; export declare class DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRuleOutputReference 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(): DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRule | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRule | undefined); get cname(): any; get eipList(): any; get instanceId(): any; } export declare class DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRuleList 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): DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRuleOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetails { } export declare function dataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailsToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetails): any; export declare function dataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailsToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetails): any; export declare class DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailsOutputReference 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(): DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetails | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetails | undefined); get eipList(): any; get instanceId(): any; } export declare class DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailsList 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): DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailsOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer4ListenersRealServers { } export declare function dataTencentcloudAntiddosListListenerLayer4ListenersRealServersToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4ListenersRealServers): any; export declare function dataTencentcloudAntiddosListListenerLayer4ListenersRealServersToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4ListenersRealServers): any; export declare class DataTencentcloudAntiddosListListenerLayer4ListenersRealServersOutputReference 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(): DataTencentcloudAntiddosListListenerLayer4ListenersRealServers | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer4ListenersRealServers | undefined); get port(): any; get realServer(): any; get rsType(): any; get weight(): any; } export declare class DataTencentcloudAntiddosListListenerLayer4ListenersRealServersList 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): DataTencentcloudAntiddosListListenerLayer4ListenersRealServersOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer4Listeners { } export declare function dataTencentcloudAntiddosListListenerLayer4ListenersToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4Listeners): any; export declare function dataTencentcloudAntiddosListListenerLayer4ListenersToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer4Listeners): any; export declare class DataTencentcloudAntiddosListListenerLayer4ListenersOutputReference 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(): DataTencentcloudAntiddosListListenerLayer4Listeners | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer4Listeners | undefined); get backendPort(): any; get frontendPort(): any; private _instanceDetailRule; get instanceDetailRule(): DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailRuleList; private _instanceDetails; get instanceDetails(): DataTencentcloudAntiddosListListenerLayer4ListenersInstanceDetailsList; get protocol(): any; private _realServers; get realServers(): DataTencentcloudAntiddosListListenerLayer4ListenersRealServersList; } export declare class DataTencentcloudAntiddosListListenerLayer4ListenersList 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): DataTencentcloudAntiddosListListenerLayer4ListenersOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRule { } export declare function dataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRuleToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRule): any; export declare function dataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRuleToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRule): any; export declare class DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRuleOutputReference 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(): DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRule | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRule | undefined); get cname(): any; get eipList(): any; get instanceId(): any; } export declare class DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRuleList 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): DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRuleOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetails { } export declare function dataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailsToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetails): any; export declare function dataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailsToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetails): any; export declare class DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailsOutputReference 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(): DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetails | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetails | undefined); get eipList(): any; get instanceId(): any; } export declare class DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailsList 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): DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailsOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStruct { } export declare function dataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStructToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStruct): any; export declare function dataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStructToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStruct): any; export declare class DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStructOutputReference 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(): DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStruct | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStruct | undefined); get proxyPorts(): any; get proxyType(): any; } export declare class DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStructList 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): DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStructOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer7ListenersRealServers { } export declare function dataTencentcloudAntiddosListListenerLayer7ListenersRealServersToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersRealServers): any; export declare function dataTencentcloudAntiddosListListenerLayer7ListenersRealServersToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7ListenersRealServers): any; export declare class DataTencentcloudAntiddosListListenerLayer7ListenersRealServersOutputReference 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(): DataTencentcloudAntiddosListListenerLayer7ListenersRealServers | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer7ListenersRealServers | undefined); get port(): any; get realServer(): any; get rsType(): any; get weight(): any; } export declare class DataTencentcloudAntiddosListListenerLayer7ListenersRealServersList 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): DataTencentcloudAntiddosListListenerLayer7ListenersRealServersOutputReference; } export interface DataTencentcloudAntiddosListListenerLayer7Listeners { } export declare function dataTencentcloudAntiddosListListenerLayer7ListenersToTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7Listeners): any; export declare function dataTencentcloudAntiddosListListenerLayer7ListenersToHclTerraform(struct?: DataTencentcloudAntiddosListListenerLayer7Listeners): any; export declare class DataTencentcloudAntiddosListListenerLayer7ListenersOutputReference 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(): DataTencentcloudAntiddosListListenerLayer7Listeners | undefined; set internalValue(value: DataTencentcloudAntiddosListListenerLayer7Listeners | undefined); get domain(): any; private _instanceDetailRule; get instanceDetailRule(): DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailRuleList; private _instanceDetails; get instanceDetails(): DataTencentcloudAntiddosListListenerLayer7ListenersInstanceDetailsList; get protocol(): any; private _proxyTypeList; get proxyTypeList(): DataTencentcloudAntiddosListListenerLayer7ListenersProxyTypeListStructList; private _realServers; get realServers(): DataTencentcloudAntiddosListListenerLayer7ListenersRealServersList; get vport(): any; } export declare class DataTencentcloudAntiddosListListenerLayer7ListenersList 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): DataTencentcloudAntiddosListListenerLayer7ListenersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/antiddos_list_listener tencentcloud_antiddos_list_listener} */ export declare class DataTencentcloudAntiddosListListener extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_antiddos_list_listener"; /** * Generates CDKTF code for importing a DataTencentcloudAntiddosListListener 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 DataTencentcloudAntiddosListListener to import * @param importFromId The id of the existing DataTencentcloudAntiddosListListener that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/antiddos_list_listener#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudAntiddosListListener 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/antiddos_list_listener tencentcloud_antiddos_list_listener} 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 DataTencentcloudAntiddosListListenerConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudAntiddosListListenerConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _layer4Listeners; get layer4Listeners(): DataTencentcloudAntiddosListListenerLayer4ListenersList; private _layer7Listeners; get layer7Listeners(): DataTencentcloudAntiddosListListenerLayer7ListenersList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }