import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudImagesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#id DataTencentcloudImages#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; /** * ID of the image to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#image_id DataTencentcloudImages#image_id} */ readonly imageId?: string; /** * A regex string to apply to the image list returned by TencentCloud, conflict with 'os_name'. **NOTE**: it is not wildcard, should look like `image_name_regex = "^CentOS\s+6\.8\s+64\w*"`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#image_name_regex DataTencentcloudImages#image_name_regex} */ readonly imageNameRegex?: string; /** * A list of the image type to be queried. Valid values: 'PUBLIC_IMAGE', 'PRIVATE_IMAGE', 'SHARED_IMAGE', 'MARKET_IMAGE'. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#image_type DataTencentcloudImages#image_type} */ readonly imageType?: string[]; /** * Instance type, such as `S1.SMALL1`. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#instance_type DataTencentcloudImages#instance_type} */ readonly instanceType?: string; /** * A string to apply with fuzzy match to the os_name attribute on the image list returned by TencentCloud, conflict with 'image_name_regex'. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#os_name DataTencentcloudImages#os_name} */ readonly osName?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#result_output_file DataTencentcloudImages#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudImagesImagesSnapshots { } export declare function dataTencentcloudImagesImagesSnapshotsToTerraform(struct?: DataTencentcloudImagesImagesSnapshots): any; export declare function dataTencentcloudImagesImagesSnapshotsToHclTerraform(struct?: DataTencentcloudImagesImagesSnapshots): any; export declare class DataTencentcloudImagesImagesSnapshotsOutputReference 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(): DataTencentcloudImagesImagesSnapshots | undefined; set internalValue(value: DataTencentcloudImagesImagesSnapshots | undefined); get diskSize(): any; get diskUsage(): any; get snapshotId(): any; get snapshotName(): any; } export declare class DataTencentcloudImagesImagesSnapshotsList 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): DataTencentcloudImagesImagesSnapshotsOutputReference; } export interface DataTencentcloudImagesImages { } export declare function dataTencentcloudImagesImagesToTerraform(struct?: DataTencentcloudImagesImages): any; export declare function dataTencentcloudImagesImagesToHclTerraform(struct?: DataTencentcloudImagesImages): any; export declare class DataTencentcloudImagesImagesOutputReference 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(): DataTencentcloudImagesImages | undefined; set internalValue(value: DataTencentcloudImagesImages | undefined); get architecture(): any; get createdTime(): any; get imageCreator(): any; get imageDescription(): any; get imageId(): any; get imageName(): any; get imageSize(): any; get imageSource(): any; get imageState(): any; get imageType(): any; get osName(): any; get platform(): any; private _snapshots; get snapshots(): DataTencentcloudImagesImagesSnapshotsList; get supportCloudInit(): any; get syncPercent(): any; } export declare class DataTencentcloudImagesImagesList 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): DataTencentcloudImagesImagesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images tencentcloud_images} */ export declare class DataTencentcloudImages extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_images"; /** * Generates CDKTF code for importing a DataTencentcloudImages 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 DataTencentcloudImages to import * @param importFromId The id of the existing DataTencentcloudImages that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/images#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudImages 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/images tencentcloud_images} 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 DataTencentcloudImagesConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudImagesConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _imageId?; get imageId(): string; set imageId(value: string); resetImageId(): void; get imageIdInput(): string; private _imageNameRegex?; get imageNameRegex(): string; set imageNameRegex(value: string); resetImageNameRegex(): void; get imageNameRegexInput(): string; private _imageType?; get imageType(): string[]; set imageType(value: string[]); resetImageType(): void; get imageTypeInput(): string[]; private _images; get images(): DataTencentcloudImagesImagesList; private _instanceType?; get instanceType(): string; set instanceType(value: string); resetInstanceType(): void; get instanceTypeInput(): string; private _osName?; get osName(): string; set osName(value: string); resetOsName(): void; get osNameInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }