import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudMariadbSaleInfoConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_sale_info#id DataTencentcloudMariadbSaleInfo#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; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_sale_info#result_output_file DataTencentcloudMariadbSaleInfo#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZone { } export declare function dataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZoneToTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZone): any; export declare function dataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZoneToHclTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZone): any; export declare class DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZoneOutputReference 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(): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZone | undefined; set internalValue(value: DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZone | undefined); get onSale(): any; get zone(): any; get zoneId(): any; get zoneName(): any; } export declare class DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZoneList 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): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZoneOutputReference; } export interface DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZones { } export declare function dataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZonesToTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZones): any; export declare function dataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZonesToHclTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZones): any; export declare class DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZonesOutputReference 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(): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZones | undefined; set internalValue(value: DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZones | undefined); get onSale(): any; get zone(): any; get zoneId(): any; get zoneName(): any; } export declare class DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZonesList 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): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZonesOutputReference; } export interface DataTencentcloudMariadbSaleInfoRegionListAvailableChoice { } export declare function dataTencentcloudMariadbSaleInfoRegionListAvailableChoiceToTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListAvailableChoice): any; export declare function dataTencentcloudMariadbSaleInfoRegionListAvailableChoiceToHclTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListAvailableChoice): any; export declare class DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceOutputReference 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(): DataTencentcloudMariadbSaleInfoRegionListAvailableChoice | undefined; set internalValue(value: DataTencentcloudMariadbSaleInfoRegionListAvailableChoice | undefined); private _masterZone; get masterZone(): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceMasterZoneList; private _slaveZones; get slaveZones(): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceSlaveZonesList; } export declare class DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceList 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): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceOutputReference; } export interface DataTencentcloudMariadbSaleInfoRegionListZoneListStruct { } export declare function dataTencentcloudMariadbSaleInfoRegionListZoneListStructToTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListZoneListStruct): any; export declare function dataTencentcloudMariadbSaleInfoRegionListZoneListStructToHclTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListZoneListStruct): any; export declare class DataTencentcloudMariadbSaleInfoRegionListZoneListStructOutputReference 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(): DataTencentcloudMariadbSaleInfoRegionListZoneListStruct | undefined; set internalValue(value: DataTencentcloudMariadbSaleInfoRegionListZoneListStruct | undefined); get onSale(): any; get zone(): any; get zoneId(): any; get zoneName(): any; } export declare class DataTencentcloudMariadbSaleInfoRegionListZoneListStructList 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): DataTencentcloudMariadbSaleInfoRegionListZoneListStructOutputReference; } export interface DataTencentcloudMariadbSaleInfoRegionListStruct { } export declare function dataTencentcloudMariadbSaleInfoRegionListStructToTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListStruct): any; export declare function dataTencentcloudMariadbSaleInfoRegionListStructToHclTerraform(struct?: DataTencentcloudMariadbSaleInfoRegionListStruct): any; export declare class DataTencentcloudMariadbSaleInfoRegionListStructOutputReference 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(): DataTencentcloudMariadbSaleInfoRegionListStruct | undefined; set internalValue(value: DataTencentcloudMariadbSaleInfoRegionListStruct | undefined); private _availableChoice; get availableChoice(): DataTencentcloudMariadbSaleInfoRegionListAvailableChoiceList; get region(): any; get regionId(): any; get regionName(): any; private _zoneList; get zoneList(): DataTencentcloudMariadbSaleInfoRegionListZoneListStructList; } export declare class DataTencentcloudMariadbSaleInfoRegionListStructList 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): DataTencentcloudMariadbSaleInfoRegionListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_sale_info tencentcloud_mariadb_sale_info} */ export declare class DataTencentcloudMariadbSaleInfo extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_mariadb_sale_info"; /** * Generates CDKTF code for importing a DataTencentcloudMariadbSaleInfo 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 DataTencentcloudMariadbSaleInfo to import * @param importFromId The id of the existing DataTencentcloudMariadbSaleInfo that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/mariadb_sale_info#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudMariadbSaleInfo 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/mariadb_sale_info tencentcloud_mariadb_sale_info} 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 DataTencentcloudMariadbSaleInfoConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudMariadbSaleInfoConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _regionList; get regionList(): DataTencentcloudMariadbSaleInfoRegionListStructList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }