import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudLighthouseInstanceBlueprintConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_instance_blueprint#id DataTencentcloudLighthouseInstanceBlueprint#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; /** * Instance ID list, which currently can contain only one instance. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_instance_blueprint#instance_ids DataTencentcloudLighthouseInstanceBlueprint#instance_ids} */ readonly instanceIds: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_instance_blueprint#result_output_file DataTencentcloudLighthouseInstanceBlueprint#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprint { } export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprintToTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprint): any; export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprintToHclTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprint): any; export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprintOutputReference 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(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprint | undefined; set internalValue(value: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprint | undefined); get blueprintId(): any; get blueprintName(): any; get blueprintState(): any; get blueprintType(): any; get communityUrl(): any; get createdTime(): any; get description(): any; get displayTitle(): any; get displayVersion(): any; get dockerVersion(): any; get guideUrl(): any; get imageId(): any; get imageUrl(): any; get osName(): any; get platform(): any; get platformType(): any; get requiredMemorySize(): any; get requiredSystemDiskSize(): any; get sceneIdSet(): any; get supportAutomationTools(): any; } export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprintList 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): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprintOutputReference; } export interface DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSet { } export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSetToTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSet): any; export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSetToHclTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSet): any; export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSetOutputReference 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(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSet | undefined; set internalValue(value: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSet | undefined); get key(): any; get title(): any; get value(): any; } export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSetList 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): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSetOutputReference; } export interface DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSet { } export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetToTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSet): any; export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetToHclTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSet): any; export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetOutputReference 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(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSet | undefined; set internalValue(value: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSet | undefined); private _detailSet; get detailSet(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetDetailSetList; get imageUrl(): any; get installDir(): any; get name(): any; get version(): any; } export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetList 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): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetOutputReference; } export interface DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSet { } export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetToTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSet): any; export declare function dataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetToHclTerraform(struct?: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSet): any; export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetOutputReference 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(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSet | undefined; set internalValue(value: DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSet | undefined); private _blueprint; get blueprint(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetBlueprintList; get instanceId(): any; private _softwareSet; get softwareSet(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetSoftwareSetList; } export declare class DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetList 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): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_instance_blueprint tencentcloud_lighthouse_instance_blueprint} */ export declare class DataTencentcloudLighthouseInstanceBlueprint extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_lighthouse_instance_blueprint"; /** * Generates CDKTF code for importing a DataTencentcloudLighthouseInstanceBlueprint 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 DataTencentcloudLighthouseInstanceBlueprint to import * @param importFromId The id of the existing DataTencentcloudLighthouseInstanceBlueprint that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_instance_blueprint#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudLighthouseInstanceBlueprint 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/lighthouse_instance_blueprint tencentcloud_lighthouse_instance_blueprint} 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 DataTencentcloudLighthouseInstanceBlueprintConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudLighthouseInstanceBlueprintConfig); private _blueprintInstanceSet; get blueprintInstanceSet(): DataTencentcloudLighthouseInstanceBlueprintBlueprintInstanceSetList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceIds?; get instanceIds(): string[]; set instanceIds(value: string[]); get instanceIdsInput(): 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; }; }