import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudSslDescribeHostTkeInstanceListConfig 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_tke_instance_list#async_cache DataTencentcloudSslDescribeHostTkeInstanceList#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_tke_instance_list#certificate_id DataTencentcloudSslDescribeHostTkeInstanceList#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_tke_instance_list#id DataTencentcloudSslDescribeHostTkeInstanceList#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_tke_instance_list#is_cache DataTencentcloudSslDescribeHostTkeInstanceList#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_tke_instance_list#old_certificate_id DataTencentcloudSslDescribeHostTkeInstanceList#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_tke_instance_list#result_output_file DataTencentcloudSslDescribeHostTkeInstanceList#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_tke_instance_list#filters DataTencentcloudSslDescribeHostTkeInstanceList#filters} */ readonly filters?: DataTencentcloudSslDescribeHostTkeInstanceListFilters[] | cdktf.IResolvable; } export interface DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStruct { } export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStructToTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStruct): any; export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStructToHclTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStruct): any; export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStructOutputReference 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(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStruct | undefined; set internalValue(value: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStruct | undefined); get domains(): any; get ingressName(): any; get tlsDomains(): any; } export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStructList 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): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStructOutputReference; } export interface DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStruct { } export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStructToTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStruct): any; export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStructToHclTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStruct): any; export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStructOutputReference 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(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStruct | undefined; set internalValue(value: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStruct | undefined); get certId(): any; private _ingressList; get ingressList(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListIngressListStructList; get name(): any; get noMatchDomains(): any; } export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStructList 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): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStructOutputReference; } export interface DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStruct { } export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStructToTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStruct): any; export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStructToHclTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStruct): any; export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStructOutputReference 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(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStruct | undefined; set internalValue(value: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStruct | undefined); get name(): any; private _secretList; get secretList(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListSecretListStructList; } export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStructList 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): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStructOutputReference; } export interface DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStruct { } export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListStructToTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStruct): any; export declare function dataTencentcloudSslDescribeHostTkeInstanceListInstanceListStructToHclTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStruct): any; export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStructOutputReference 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(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStruct | undefined; set internalValue(value: DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStruct | undefined); get clusterId(): any; get clusterName(): any; get clusterType(): any; get clusterVersion(): any; private _namespaceList; get namespaceList(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListNamespaceListStructList; } export declare class DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStructList 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): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStructOutputReference; } export interface DataTencentcloudSslDescribeHostTkeInstanceListFilters { /** * Filter parameter key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_tke_instance_list#filter_key DataTencentcloudSslDescribeHostTkeInstanceList#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_tke_instance_list#filter_value DataTencentcloudSslDescribeHostTkeInstanceList#filter_value} */ readonly filterValue: string; } export declare function dataTencentcloudSslDescribeHostTkeInstanceListFiltersToTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListFilters | cdktf.IResolvable): any; export declare function dataTencentcloudSslDescribeHostTkeInstanceListFiltersToHclTerraform(struct?: DataTencentcloudSslDescribeHostTkeInstanceListFilters | cdktf.IResolvable): any; export declare class DataTencentcloudSslDescribeHostTkeInstanceListFiltersOutputReference 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(): DataTencentcloudSslDescribeHostTkeInstanceListFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudSslDescribeHostTkeInstanceListFilters | 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 DataTencentcloudSslDescribeHostTkeInstanceListFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudSslDescribeHostTkeInstanceListFilters[] | 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): DataTencentcloudSslDescribeHostTkeInstanceListFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_tke_instance_list tencentcloud_ssl_describe_host_tke_instance_list} */ export declare class DataTencentcloudSslDescribeHostTkeInstanceList extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ssl_describe_host_tke_instance_list"; /** * Generates CDKTF code for importing a DataTencentcloudSslDescribeHostTkeInstanceList 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 DataTencentcloudSslDescribeHostTkeInstanceList to import * @param importFromId The id of the existing DataTencentcloudSslDescribeHostTkeInstanceList that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_tke_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 DataTencentcloudSslDescribeHostTkeInstanceList 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_tke_instance_list tencentcloud_ssl_describe_host_tke_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 DataTencentcloudSslDescribeHostTkeInstanceListConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudSslDescribeHostTkeInstanceListConfig); 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(): DataTencentcloudSslDescribeHostTkeInstanceListInstanceListStructList; 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(): DataTencentcloudSslDescribeHostTkeInstanceListFiltersList; putFilters(value: DataTencentcloudSslDescribeHostTkeInstanceListFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }