import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataYandexComputeImageConfig extends cdktf.TerraformMetaArguments { /** * The name of the image family to which this image belongs. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image#family DataYandexComputeImage#family} */ readonly family?: string; /** * The folder identifier that resource belongs to. If it is not provided, the default provider `folder-id` is used. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image#folder_id DataYandexComputeImage#folder_id} */ readonly folderId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image#id DataYandexComputeImage#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; /** * The ID of a specific image. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image#image_id DataYandexComputeImage#image_id} */ readonly imageId?: string; /** * The resource name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image#name DataYandexComputeImage#name} */ readonly name?: string; } export interface DataYandexComputeImageHardwareGenerationGeneration2Features { } export declare function dataYandexComputeImageHardwareGenerationGeneration2FeaturesToTerraform(struct?: DataYandexComputeImageHardwareGenerationGeneration2Features): any; export declare function dataYandexComputeImageHardwareGenerationGeneration2FeaturesToHclTerraform(struct?: DataYandexComputeImageHardwareGenerationGeneration2Features): any; export declare class DataYandexComputeImageHardwareGenerationGeneration2FeaturesOutputReference 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(): DataYandexComputeImageHardwareGenerationGeneration2Features | undefined; set internalValue(value: DataYandexComputeImageHardwareGenerationGeneration2Features | undefined); } export declare class DataYandexComputeImageHardwareGenerationGeneration2FeaturesList 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): DataYandexComputeImageHardwareGenerationGeneration2FeaturesOutputReference; } export interface DataYandexComputeImageHardwareGenerationLegacyFeatures { } export declare function dataYandexComputeImageHardwareGenerationLegacyFeaturesToTerraform(struct?: DataYandexComputeImageHardwareGenerationLegacyFeatures): any; export declare function dataYandexComputeImageHardwareGenerationLegacyFeaturesToHclTerraform(struct?: DataYandexComputeImageHardwareGenerationLegacyFeatures): any; export declare class DataYandexComputeImageHardwareGenerationLegacyFeaturesOutputReference 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(): DataYandexComputeImageHardwareGenerationLegacyFeatures | undefined; set internalValue(value: DataYandexComputeImageHardwareGenerationLegacyFeatures | undefined); get pciTopology(): any; } export declare class DataYandexComputeImageHardwareGenerationLegacyFeaturesList 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): DataYandexComputeImageHardwareGenerationLegacyFeaturesOutputReference; } export interface DataYandexComputeImageHardwareGeneration { } export declare function dataYandexComputeImageHardwareGenerationToTerraform(struct?: DataYandexComputeImageHardwareGeneration): any; export declare function dataYandexComputeImageHardwareGenerationToHclTerraform(struct?: DataYandexComputeImageHardwareGeneration): any; export declare class DataYandexComputeImageHardwareGenerationOutputReference 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(): DataYandexComputeImageHardwareGeneration | undefined; set internalValue(value: DataYandexComputeImageHardwareGeneration | undefined); private _generation2Features; get generation2Features(): DataYandexComputeImageHardwareGenerationGeneration2FeaturesList; private _legacyFeatures; get legacyFeatures(): DataYandexComputeImageHardwareGenerationLegacyFeaturesList; } export declare class DataYandexComputeImageHardwareGenerationList 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): DataYandexComputeImageHardwareGenerationOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image yandex_compute_image} */ export declare class DataYandexComputeImage extends cdktf.TerraformDataSource { static readonly tfResourceType = "yandex_compute_image"; /** * Generates CDKTF code for importing a DataYandexComputeImage 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 DataYandexComputeImage to import * @param importFromId The id of the existing DataYandexComputeImage that should be imported. Refer to the {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataYandexComputeImage 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/yandex-cloud/yandex/0.177.0/docs/data-sources/compute_image yandex_compute_image} 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 DataYandexComputeImageConfig = {} */ constructor(scope: Construct, id: string, config?: DataYandexComputeImageConfig); get createdAt(): any; get description(): any; private _family?; get family(): string; set family(value: string); resetFamily(): void; get familyInput(): string; private _folderId?; get folderId(): string; set folderId(value: string); resetFolderId(): void; get folderIdInput(): string; private _hardwareGeneration; get hardwareGeneration(): DataYandexComputeImageHardwareGenerationList; 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; get kmsKeyId(): any; private _labels; get labels(): any; get minDiskSize(): any; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; get osType(): any; get pooled(): any; get productIds(): any; get size(): any; get status(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }