import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudSslDescribeHostVodInstanceListConfig extends cdktf.TerraformMetaArguments { /** * 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_vod_instance_list#certificate_id DataTencentcloudSslDescribeHostVodInstanceList#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_vod_instance_list#id DataTencentcloudSslDescribeHostVodInstanceList#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_vod_instance_list#is_cache DataTencentcloudSslDescribeHostVodInstanceList#is_cache} */ readonly isCache?: number; /** * Deployed certificate ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_vod_instance_list#old_certificate_id DataTencentcloudSslDescribeHostVodInstanceList#old_certificate_id} */ readonly oldCertificateId?: string; /** * Deploy resource type VOD. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_vod_instance_list#resource_type DataTencentcloudSslDescribeHostVodInstanceList#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_vod_instance_list#result_output_file DataTencentcloudSslDescribeHostVodInstanceList#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_vod_instance_list#filters DataTencentcloudSslDescribeHostVodInstanceList#filters} */ readonly filters?: DataTencentcloudSslDescribeHostVodInstanceListFilters[] | cdktf.IResolvable; } export interface DataTencentcloudSslDescribeHostVodInstanceListInstanceListStruct { } export declare function dataTencentcloudSslDescribeHostVodInstanceListInstanceListStructToTerraform(struct?: DataTencentcloudSslDescribeHostVodInstanceListInstanceListStruct): any; export declare function dataTencentcloudSslDescribeHostVodInstanceListInstanceListStructToHclTerraform(struct?: DataTencentcloudSslDescribeHostVodInstanceListInstanceListStruct): any; export declare class DataTencentcloudSslDescribeHostVodInstanceListInstanceListStructOutputReference 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(): DataTencentcloudSslDescribeHostVodInstanceListInstanceListStruct | undefined; set internalValue(value: DataTencentcloudSslDescribeHostVodInstanceListInstanceListStruct | undefined); get certId(): any; get domain(): any; } export declare class DataTencentcloudSslDescribeHostVodInstanceListInstanceListStructList 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): DataTencentcloudSslDescribeHostVodInstanceListInstanceListStructOutputReference; } export interface DataTencentcloudSslDescribeHostVodInstanceListFilters { /** * Filter parameter key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_vod_instance_list#filter_key DataTencentcloudSslDescribeHostVodInstanceList#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_vod_instance_list#filter_value DataTencentcloudSslDescribeHostVodInstanceList#filter_value} */ readonly filterValue: string; } export declare function dataTencentcloudSslDescribeHostVodInstanceListFiltersToTerraform(struct?: DataTencentcloudSslDescribeHostVodInstanceListFilters | cdktf.IResolvable): any; export declare function dataTencentcloudSslDescribeHostVodInstanceListFiltersToHclTerraform(struct?: DataTencentcloudSslDescribeHostVodInstanceListFilters | cdktf.IResolvable): any; export declare class DataTencentcloudSslDescribeHostVodInstanceListFiltersOutputReference 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(): DataTencentcloudSslDescribeHostVodInstanceListFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudSslDescribeHostVodInstanceListFilters | 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 DataTencentcloudSslDescribeHostVodInstanceListFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudSslDescribeHostVodInstanceListFilters[] | 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): DataTencentcloudSslDescribeHostVodInstanceListFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_vod_instance_list tencentcloud_ssl_describe_host_vod_instance_list} */ export declare class DataTencentcloudSslDescribeHostVodInstanceList extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ssl_describe_host_vod_instance_list"; /** * Generates CDKTF code for importing a DataTencentcloudSslDescribeHostVodInstanceList 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 DataTencentcloudSslDescribeHostVodInstanceList to import * @param importFromId The id of the existing DataTencentcloudSslDescribeHostVodInstanceList that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ssl_describe_host_vod_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 DataTencentcloudSslDescribeHostVodInstanceList 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_vod_instance_list tencentcloud_ssl_describe_host_vod_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 DataTencentcloudSslDescribeHostVodInstanceListConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudSslDescribeHostVodInstanceListConfig); 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(): DataTencentcloudSslDescribeHostVodInstanceListInstanceListStructList; 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(): DataTencentcloudSslDescribeHostVodInstanceListFiltersList; putFilters(value: DataTencentcloudSslDescribeHostVodInstanceListFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }