import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudLighthouseModifyInstanceBundleConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_modify_instance_bundle#id DataTencentcloudLighthouseModifyInstanceBundle#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. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_modify_instance_bundle#instance_id DataTencentcloudLighthouseModifyInstanceBundle#instance_id} */ readonly instanceId: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_modify_instance_bundle#result_output_file DataTencentcloudLighthouseModifyInstanceBundle#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/lighthouse_modify_instance_bundle#filters DataTencentcloudLighthouseModifyInstanceBundle#filters} */ readonly filters?: DataTencentcloudLighthouseModifyInstanceBundleFilters[] | cdktf.IResolvable; } export interface DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePrice { } export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePriceToTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePrice): any; export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePriceToHclTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePrice): any; export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePriceOutputReference 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(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePrice | undefined; set internalValue(value: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePrice | undefined); get currency(): any; get discount(): any; get discountPrice(): any; get originalBundlePrice(): any; get originalPrice(): any; } export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePriceList 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): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePriceOutputReference; } export interface DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePrice { } export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceToTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePrice): any; export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceToHclTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePrice): any; export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceOutputReference 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(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePrice | undefined; set internalValue(value: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePrice | undefined); private _instancePrice; get instancePrice(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceInstancePriceList; } export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceList 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): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceOutputReference; } export interface DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundle { } export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundleToTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundle): any; export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundleToHclTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundle): any; export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundleOutputReference 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(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundle | undefined; set internalValue(value: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundle | undefined); get bundleDisplayLabel(): any; get bundleId(): any; get bundleSalesState(): any; get bundleType(): any; get bundleTypeDescription(): any; get cpu(): any; get internetChargeType(): any; get internetMaxBandwidthOut(): any; get memory(): any; get monthlyTraffic(): any; private _price; get price(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundlePriceList; get supportLinuxUnixPlatform(): any; get supportWindowsPlatform(): any; get systemDiskSize(): any; get systemDiskType(): any; } export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundleList 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): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundleOutputReference; } export interface DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePrice { } export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePriceToTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePrice): any; export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePriceToHclTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePrice): any; export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePriceOutputReference 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(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePrice | undefined; set internalValue(value: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePrice | undefined); get currency(): any; get discount(): any; get discountPrice(): any; get originalBundlePrice(): any; get originalPrice(): any; } export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePriceList 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): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePriceOutputReference; } export interface DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPrice { } export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceToTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPrice): any; export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceToHclTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPrice): any; export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceOutputReference 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(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPrice | undefined; set internalValue(value: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPrice | undefined); private _instancePrice; get instancePrice(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceInstancePriceList; } export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceList 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): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceOutputReference; } export interface DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSet { } export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetToTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSet): any; export declare function dataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetToHclTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSet): any; export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetOutputReference 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(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSet | undefined; set internalValue(value: DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSet | undefined); private _bundle; get bundle(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetBundleList; get modifyBundleState(): any; private _modifyPrice; get modifyPrice(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetModifyPriceList; get notSupportModifyMessage(): any; } export declare class DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetList 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): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetOutputReference; } export interface DataTencentcloudLighthouseModifyInstanceBundleFilters { /** * Field to be filtered. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_modify_instance_bundle#name DataTencentcloudLighthouseModifyInstanceBundle#name} */ readonly name: string; /** * Filter value of field. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_modify_instance_bundle#values DataTencentcloudLighthouseModifyInstanceBundle#values} */ readonly values: string[]; } export declare function dataTencentcloudLighthouseModifyInstanceBundleFiltersToTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleFilters | cdktf.IResolvable): any; export declare function dataTencentcloudLighthouseModifyInstanceBundleFiltersToHclTerraform(struct?: DataTencentcloudLighthouseModifyInstanceBundleFilters | cdktf.IResolvable): any; export declare class DataTencentcloudLighthouseModifyInstanceBundleFiltersOutputReference 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(): DataTencentcloudLighthouseModifyInstanceBundleFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudLighthouseModifyInstanceBundleFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[]; } export declare class DataTencentcloudLighthouseModifyInstanceBundleFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudLighthouseModifyInstanceBundleFilters[] | 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): DataTencentcloudLighthouseModifyInstanceBundleFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_modify_instance_bundle tencentcloud_lighthouse_modify_instance_bundle} */ export declare class DataTencentcloudLighthouseModifyInstanceBundle extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_lighthouse_modify_instance_bundle"; /** * Generates CDKTF code for importing a DataTencentcloudLighthouseModifyInstanceBundle 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 DataTencentcloudLighthouseModifyInstanceBundle to import * @param importFromId The id of the existing DataTencentcloudLighthouseModifyInstanceBundle that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/lighthouse_modify_instance_bundle#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudLighthouseModifyInstanceBundle 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_modify_instance_bundle tencentcloud_lighthouse_modify_instance_bundle} 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 DataTencentcloudLighthouseModifyInstanceBundleConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudLighthouseModifyInstanceBundleConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceId?; get instanceId(): string; set instanceId(value: string); get instanceIdInput(): string; private _modifyBundleSet; get modifyBundleSet(): DataTencentcloudLighthouseModifyInstanceBundleModifyBundleSetList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudLighthouseModifyInstanceBundleFiltersList; putFilters(value: DataTencentcloudLighthouseModifyInstanceBundleFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }