import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudSslDescribeHostClbInstanceListConfig extends cdktf.TerraformMetaArguments { /** * Whether to cache asynchronous. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#async_cache DataTencentcloudSslDescribeHostClbInstanceList#async_cache} */ readonly asyncCache?: number; /** * Certificate ID to be deployed. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#certificate_id DataTencentcloudSslDescribeHostClbInstanceList#certificate_id} */ readonly certificateId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#id DataTencentcloudSslDescribeHostClbInstanceList#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; /** * Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#is_cache DataTencentcloudSslDescribeHostClbInstanceList#is_cache} */ readonly isCache?: number; /** * Original certificate ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#old_certificate_id DataTencentcloudSslDescribeHostClbInstanceList#old_certificate_id} */ readonly oldCertificateId?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#result_output_file DataTencentcloudSslDescribeHostClbInstanceList#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/ssl_describe_host_clb_instance_list#filters DataTencentcloudSslDescribeHostClbInstanceList#filters} */ readonly filters?: DataTencentcloudSslDescribeHostClbInstanceListFilters[] | cdktf.IResolvable; } export interface DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificate { } export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificateToTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificate): any; export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificateToHclTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificate): any; export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificateOutputReference 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(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificate | undefined; set internalValue(value: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificate | undefined); get certCaId(): any; get certId(): any; get dnsNames(): any; get sSLMode(): any; } export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificateList 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): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificateOutputReference; } export interface DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificate { } export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificateToTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificate): any; export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificateToHclTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificate): any; export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificateOutputReference 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(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificate | undefined; set internalValue(value: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificate | undefined); get certCaId(): any; get certId(): any; get dnsNames(): any; get sSLMode(): any; } export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificateList 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): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificateOutputReference; } export interface DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRules { } export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesToTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRules): any; export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesToHclTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRules): any; export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesOutputReference 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(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRules | undefined; set internalValue(value: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRules | undefined); private _certificate; get certificate(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesCertificateList; get domain(): any; get isMatch(): any; get locationId(): any; get noMatchDomains(): any; } export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesList 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): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesOutputReference; } export interface DataTencentcloudSslDescribeHostClbInstanceListInstanceListListeners { } export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersToTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListeners): any; export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersToHclTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListeners): any; export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersOutputReference 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(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListeners | undefined; set internalValue(value: DataTencentcloudSslDescribeHostClbInstanceListInstanceListListeners | undefined); private _certificate; get certificate(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersCertificateList; get listenerId(): any; get listenerName(): any; get noMatchDomains(): any; get protocol(): any; private _rules; get rules(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersRulesList; get sniSwitch(): any; } export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersList 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): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersOutputReference; } export interface DataTencentcloudSslDescribeHostClbInstanceListInstanceListStruct { } export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListStructToTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListStruct): any; export declare function dataTencentcloudSslDescribeHostClbInstanceListInstanceListStructToHclTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListInstanceListStruct): any; export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListStructOutputReference 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(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListStruct | undefined; set internalValue(value: DataTencentcloudSslDescribeHostClbInstanceListInstanceListStruct | undefined); private _listeners; get listeners(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListListenersList; get loadBalancerId(): any; get loadBalancerName(): any; } export declare class DataTencentcloudSslDescribeHostClbInstanceListInstanceListStructList 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): DataTencentcloudSslDescribeHostClbInstanceListInstanceListStructOutputReference; } export interface DataTencentcloudSslDescribeHostClbInstanceListFilters { /** * Filter parameter key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#filter_key DataTencentcloudSslDescribeHostClbInstanceList#filter_key} */ readonly filterKey: string; /** * Filter parameter value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#filter_value DataTencentcloudSslDescribeHostClbInstanceList#filter_value} */ readonly filterValue: string; } export declare function dataTencentcloudSslDescribeHostClbInstanceListFiltersToTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListFilters | cdktf.IResolvable): any; export declare function dataTencentcloudSslDescribeHostClbInstanceListFiltersToHclTerraform(struct?: DataTencentcloudSslDescribeHostClbInstanceListFilters | cdktf.IResolvable): any; export declare class DataTencentcloudSslDescribeHostClbInstanceListFiltersOutputReference 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(): DataTencentcloudSslDescribeHostClbInstanceListFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudSslDescribeHostClbInstanceListFilters | cdktf.IResolvable | undefined); private _filterKey?; get filterKey(): string; set filterKey(value: string); get filterKeyInput(): string; private _filterValue?; get filterValue(): string; set filterValue(value: string); get filterValueInput(): string; } export declare class DataTencentcloudSslDescribeHostClbInstanceListFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudSslDescribeHostClbInstanceListFilters[] | 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): DataTencentcloudSslDescribeHostClbInstanceListFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list tencentcloud_ssl_describe_host_clb_instance_list} */ export declare class DataTencentcloudSslDescribeHostClbInstanceList extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ssl_describe_host_clb_instance_list"; /** * Generates CDKTF code for importing a DataTencentcloudSslDescribeHostClbInstanceList 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 DataTencentcloudSslDescribeHostClbInstanceList to import * @param importFromId The id of the existing DataTencentcloudSslDescribeHostClbInstanceList that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_clb_instance_list#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudSslDescribeHostClbInstanceList 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/ssl_describe_host_clb_instance_list tencentcloud_ssl_describe_host_clb_instance_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 DataTencentcloudSslDescribeHostClbInstanceListConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudSslDescribeHostClbInstanceListConfig); private _asyncCache?; get asyncCache(): number; set asyncCache(value: number); resetAsyncCache(): void; get asyncCacheInput(): number; get asyncCacheTime(): any; get asyncOffset(): any; get asyncTotalNum(): any; private _certificateId?; get certificateId(): string; set certificateId(value: string); get certificateIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceList; get instanceList(): DataTencentcloudSslDescribeHostClbInstanceListInstanceListStructList; private _isCache?; get isCache(): number; set isCache(value: number); resetIsCache(): void; get isCacheInput(): number; private _oldCertificateId?; get oldCertificateId(): string; set oldCertificateId(value: string); resetOldCertificateId(): void; get oldCertificateIdInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudSslDescribeHostClbInstanceListFiltersList; putFilters(value: DataTencentcloudSslDescribeHostClbInstanceListFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }