import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudSslDescribeHostCdnInstanceListConfig extends cdktf.TerraformMetaArguments { /** * Whether. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_cdn_instance_list#async_cache DataTencentcloudSslDescribeHostCdnInstanceList#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_cdn_instance_list#certificate_id DataTencentcloudSslDescribeHostCdnInstanceList#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_cdn_instance_list#id DataTencentcloudSslDescribeHostCdnInstanceList#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_cdn_instance_list#is_cache DataTencentcloudSslDescribeHostCdnInstanceList#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_cdn_instance_list#old_certificate_id DataTencentcloudSslDescribeHostCdnInstanceList#old_certificate_id} */ readonly oldCertificateId?: string; /** * Deploy resource type. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_cdn_instance_list#resource_type DataTencentcloudSslDescribeHostCdnInstanceList#resource_type} */ readonly resourceType: 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_cdn_instance_list#result_output_file DataTencentcloudSslDescribeHostCdnInstanceList#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_cdn_instance_list#filters DataTencentcloudSslDescribeHostCdnInstanceList#filters} */ readonly filters?: DataTencentcloudSslDescribeHostCdnInstanceListFilters[] | cdktf.IResolvable; } export interface DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStruct { } export declare function dataTencentcloudSslDescribeHostCdnInstanceListInstanceListStructToTerraform(struct?: DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStruct): any; export declare function dataTencentcloudSslDescribeHostCdnInstanceListInstanceListStructToHclTerraform(struct?: DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStruct): any; export declare class DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStructOutputReference 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(): DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStruct | undefined; set internalValue(value: DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStruct | undefined); get certId(): any; get domain(): any; get httpsBillingSwitch(): any; get status(): any; } export declare class DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStructList 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): DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStructOutputReference; } export interface DataTencentcloudSslDescribeHostCdnInstanceListFilters { /** * Filter parameter key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_cdn_instance_list#filter_key DataTencentcloudSslDescribeHostCdnInstanceList#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_cdn_instance_list#filter_value DataTencentcloudSslDescribeHostCdnInstanceList#filter_value} */ readonly filterValue: string; } export declare function dataTencentcloudSslDescribeHostCdnInstanceListFiltersToTerraform(struct?: DataTencentcloudSslDescribeHostCdnInstanceListFilters | cdktf.IResolvable): any; export declare function dataTencentcloudSslDescribeHostCdnInstanceListFiltersToHclTerraform(struct?: DataTencentcloudSslDescribeHostCdnInstanceListFilters | cdktf.IResolvable): any; export declare class DataTencentcloudSslDescribeHostCdnInstanceListFiltersOutputReference 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(): DataTencentcloudSslDescribeHostCdnInstanceListFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudSslDescribeHostCdnInstanceListFilters | 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 DataTencentcloudSslDescribeHostCdnInstanceListFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudSslDescribeHostCdnInstanceListFilters[] | 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): DataTencentcloudSslDescribeHostCdnInstanceListFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_cdn_instance_list tencentcloud_ssl_describe_host_cdn_instance_list} */ export declare class DataTencentcloudSslDescribeHostCdnInstanceList extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ssl_describe_host_cdn_instance_list"; /** * Generates CDKTF code for importing a DataTencentcloudSslDescribeHostCdnInstanceList 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 DataTencentcloudSslDescribeHostCdnInstanceList to import * @param importFromId The id of the existing DataTencentcloudSslDescribeHostCdnInstanceList that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_cdn_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 DataTencentcloudSslDescribeHostCdnInstanceList 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_cdn_instance_list tencentcloud_ssl_describe_host_cdn_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 DataTencentcloudSslDescribeHostCdnInstanceListConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudSslDescribeHostCdnInstanceListConfig); 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(): DataTencentcloudSslDescribeHostCdnInstanceListInstanceListStructList; 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 _resourceType?; get resourceType(): string; set resourceType(value: string); get resourceTypeInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudSslDescribeHostCdnInstanceListFiltersList; putFilters(value: DataTencentcloudSslDescribeHostCdnInstanceListFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }