import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCynosdbResourcePackageListConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#id DataTencentcloudCynosdbResourcePackageList#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; /** * Sorting conditions supported: startTime - effective time, expireTime - expiration time, packageUsedSpec - usage capacity, and packageTotalSpec - total storage capacity. Arrange in array order;. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#order_by DataTencentcloudCynosdbResourcePackageList#order_by} */ readonly orderBy?: string[]; /** * Sort by, DESC Descending, ASC Ascending. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#order_direction DataTencentcloudCynosdbResourcePackageList#order_direction} */ readonly orderDirection?: string; /** * Resource Package Unique ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#package_id DataTencentcloudCynosdbResourcePackageList#package_id} */ readonly packageId?: string[]; /** * Resource Package Name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#package_name DataTencentcloudCynosdbResourcePackageList#package_name} */ readonly packageName?: string[]; /** * Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#package_region DataTencentcloudCynosdbResourcePackageList#package_region} */ readonly packageRegion?: string[]; /** * Resource package type CCU - Compute resource package, DISK - Storage resource package. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#package_type DataTencentcloudCynosdbResourcePackageList#package_type} */ readonly packageType?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#result_output_file DataTencentcloudCynosdbResourcePackageList#result_output_file} */ readonly resultOutputFile?: string; /** * Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#status DataTencentcloudCynosdbResourcePackageList#status} */ readonly status?: string[]; } export interface DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfos { } export declare function dataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfosToTerraform(struct?: DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfos): any; export declare function dataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfosToHclTerraform(struct?: DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfos): any; export declare class DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfosOutputReference 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(): DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfos | undefined; set internalValue(value: DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfos | undefined); get instanceId(): any; get instanceRegion(): any; get instanceType(): any; } export declare class DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfosList 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): DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfosOutputReference; } export interface DataTencentcloudCynosdbResourcePackageListResourcePackageListStruct { } export declare function dataTencentcloudCynosdbResourcePackageListResourcePackageListStructToTerraform(struct?: DataTencentcloudCynosdbResourcePackageListResourcePackageListStruct): any; export declare function dataTencentcloudCynosdbResourcePackageListResourcePackageListStructToHclTerraform(struct?: DataTencentcloudCynosdbResourcePackageListResourcePackageListStruct): any; export declare class DataTencentcloudCynosdbResourcePackageListResourcePackageListStructOutputReference 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(): DataTencentcloudCynosdbResourcePackageListResourcePackageListStruct | undefined; set internalValue(value: DataTencentcloudCynosdbResourcePackageListResourcePackageListStruct | undefined); get appId(): any; private _bindInstanceInfos; get bindInstanceInfos(): DataTencentcloudCynosdbResourcePackageListResourcePackageListBindInstanceInfosList; get expireTime(): any; get hasQuota(): any; get packageId(): any; get packageName(): any; get packageRegion(): any; get packageTotalSpec(): any; get packageType(): any; get packageUsedSpec(): any; get startTime(): any; get status(): any; } export declare class DataTencentcloudCynosdbResourcePackageListResourcePackageListStructList 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): DataTencentcloudCynosdbResourcePackageListResourcePackageListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list tencentcloud_cynosdb_resource_package_list} */ export declare class DataTencentcloudCynosdbResourcePackageList extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_cynosdb_resource_package_list"; /** * Generates CDKTF code for importing a DataTencentcloudCynosdbResourcePackageList 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 DataTencentcloudCynosdbResourcePackageList to import * @param importFromId The id of the existing DataTencentcloudCynosdbResourcePackageList that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cynosdb_resource_package_list#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCynosdbResourcePackageList 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/cynosdb_resource_package_list tencentcloud_cynosdb_resource_package_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 DataTencentcloudCynosdbResourcePackageListConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudCynosdbResourcePackageListConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _orderBy?; get orderBy(): string[]; set orderBy(value: string[]); resetOrderBy(): void; get orderByInput(): string[]; private _orderDirection?; get orderDirection(): string; set orderDirection(value: string); resetOrderDirection(): void; get orderDirectionInput(): string; private _packageId?; get packageId(): string[]; set packageId(value: string[]); resetPackageId(): void; get packageIdInput(): string[]; private _packageName?; get packageName(): string[]; set packageName(value: string[]); resetPackageName(): void; get packageNameInput(): string[]; private _packageRegion?; get packageRegion(): string[]; set packageRegion(value: string[]); resetPackageRegion(): void; get packageRegionInput(): string[]; private _packageType?; get packageType(): string[]; set packageType(value: string[]); resetPackageType(): void; get packageTypeInput(): string[]; private _resourcePackageList; get resourcePackageList(): DataTencentcloudCynosdbResourcePackageListResourcePackageListStructList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _status?; get status(): string[]; set status(value: string[]); resetStatus(): void; get statusInput(): string[]; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }