import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCosBucketInventorysConfig extends cdktf.TerraformMetaArguments { /** * Bucket. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_bucket_inventorys#bucket DataTencentcloudCosBucketInventorys#bucket} */ readonly bucket: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_bucket_inventorys#id DataTencentcloudCosBucketInventorys#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/cos_bucket_inventorys#result_output_file DataTencentcloudCosBucketInventorys#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudCosBucketInventorysInventorysDestinationEncryption { } export declare function dataTencentcloudCosBucketInventorysInventorysDestinationEncryptionToTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysDestinationEncryption): any; export declare function dataTencentcloudCosBucketInventorysInventorysDestinationEncryptionToHclTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysDestinationEncryption): any; export declare class DataTencentcloudCosBucketInventorysInventorysDestinationEncryptionOutputReference 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(): DataTencentcloudCosBucketInventorysInventorysDestinationEncryption | undefined; set internalValue(value: DataTencentcloudCosBucketInventorysInventorysDestinationEncryption | undefined); get sseCos(): any; } export declare class DataTencentcloudCosBucketInventorysInventorysDestinationEncryptionList 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): DataTencentcloudCosBucketInventorysInventorysDestinationEncryptionOutputReference; } export interface DataTencentcloudCosBucketInventorysInventorysDestination { } export declare function dataTencentcloudCosBucketInventorysInventorysDestinationToTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysDestination): any; export declare function dataTencentcloudCosBucketInventorysInventorysDestinationToHclTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysDestination): any; export declare class DataTencentcloudCosBucketInventorysInventorysDestinationOutputReference 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(): DataTencentcloudCosBucketInventorysInventorysDestination | undefined; set internalValue(value: DataTencentcloudCosBucketInventorysInventorysDestination | undefined); get accountId(): any; get bucket(): any; private _encryption; get encryption(): DataTencentcloudCosBucketInventorysInventorysDestinationEncryptionList; get format(): any; get prefix(): any; } export declare class DataTencentcloudCosBucketInventorysInventorysDestinationList 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): DataTencentcloudCosBucketInventorysInventorysDestinationOutputReference; } export interface DataTencentcloudCosBucketInventorysInventorysFilterPeriod { } export declare function dataTencentcloudCosBucketInventorysInventorysFilterPeriodToTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysFilterPeriod): any; export declare function dataTencentcloudCosBucketInventorysInventorysFilterPeriodToHclTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysFilterPeriod): any; export declare class DataTencentcloudCosBucketInventorysInventorysFilterPeriodOutputReference 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(): DataTencentcloudCosBucketInventorysInventorysFilterPeriod | undefined; set internalValue(value: DataTencentcloudCosBucketInventorysInventorysFilterPeriod | undefined); get endTime(): any; get startTime(): any; } export declare class DataTencentcloudCosBucketInventorysInventorysFilterPeriodList 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): DataTencentcloudCosBucketInventorysInventorysFilterPeriodOutputReference; } export interface DataTencentcloudCosBucketInventorysInventorysFilter { } export declare function dataTencentcloudCosBucketInventorysInventorysFilterToTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysFilter): any; export declare function dataTencentcloudCosBucketInventorysInventorysFilterToHclTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysFilter): any; export declare class DataTencentcloudCosBucketInventorysInventorysFilterOutputReference 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(): DataTencentcloudCosBucketInventorysInventorysFilter | undefined; set internalValue(value: DataTencentcloudCosBucketInventorysInventorysFilter | undefined); private _period; get period(): DataTencentcloudCosBucketInventorysInventorysFilterPeriodList; get prefix(): any; } export declare class DataTencentcloudCosBucketInventorysInventorysFilterList 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): DataTencentcloudCosBucketInventorysInventorysFilterOutputReference; } export interface DataTencentcloudCosBucketInventorysInventorysOptionalFields { } export declare function dataTencentcloudCosBucketInventorysInventorysOptionalFieldsToTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysOptionalFields): any; export declare function dataTencentcloudCosBucketInventorysInventorysOptionalFieldsToHclTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysOptionalFields): any; export declare class DataTencentcloudCosBucketInventorysInventorysOptionalFieldsOutputReference 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(): DataTencentcloudCosBucketInventorysInventorysOptionalFields | undefined; set internalValue(value: DataTencentcloudCosBucketInventorysInventorysOptionalFields | undefined); get fields(): any; } export declare class DataTencentcloudCosBucketInventorysInventorysOptionalFieldsList 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): DataTencentcloudCosBucketInventorysInventorysOptionalFieldsOutputReference; } export interface DataTencentcloudCosBucketInventorysInventorysSchedule { } export declare function dataTencentcloudCosBucketInventorysInventorysScheduleToTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysSchedule): any; export declare function dataTencentcloudCosBucketInventorysInventorysScheduleToHclTerraform(struct?: DataTencentcloudCosBucketInventorysInventorysSchedule): any; export declare class DataTencentcloudCosBucketInventorysInventorysScheduleOutputReference 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(): DataTencentcloudCosBucketInventorysInventorysSchedule | undefined; set internalValue(value: DataTencentcloudCosBucketInventorysInventorysSchedule | undefined); get frequency(): any; } export declare class DataTencentcloudCosBucketInventorysInventorysScheduleList 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): DataTencentcloudCosBucketInventorysInventorysScheduleOutputReference; } export interface DataTencentcloudCosBucketInventorysInventorys { } export declare function dataTencentcloudCosBucketInventorysInventorysToTerraform(struct?: DataTencentcloudCosBucketInventorysInventorys): any; export declare function dataTencentcloudCosBucketInventorysInventorysToHclTerraform(struct?: DataTencentcloudCosBucketInventorysInventorys): any; export declare class DataTencentcloudCosBucketInventorysInventorysOutputReference 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(): DataTencentcloudCosBucketInventorysInventorys | undefined; set internalValue(value: DataTencentcloudCosBucketInventorysInventorys | undefined); private _destination; get destination(): DataTencentcloudCosBucketInventorysInventorysDestinationList; private _filter; get filter(): DataTencentcloudCosBucketInventorysInventorysFilterList; get id(): any; get includedObjectVersions(): any; get isEnabled(): any; private _optionalFields; get optionalFields(): DataTencentcloudCosBucketInventorysInventorysOptionalFieldsList; private _schedule; get schedule(): DataTencentcloudCosBucketInventorysInventorysScheduleList; } export declare class DataTencentcloudCosBucketInventorysInventorysList 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): DataTencentcloudCosBucketInventorysInventorysOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_bucket_inventorys tencentcloud_cos_bucket_inventorys} */ export declare class DataTencentcloudCosBucketInventorys extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_cos_bucket_inventorys"; /** * Generates CDKTF code for importing a DataTencentcloudCosBucketInventorys 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 DataTencentcloudCosBucketInventorys to import * @param importFromId The id of the existing DataTencentcloudCosBucketInventorys that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_bucket_inventorys#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCosBucketInventorys 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/cos_bucket_inventorys tencentcloud_cos_bucket_inventorys} 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 DataTencentcloudCosBucketInventorysConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudCosBucketInventorysConfig); private _bucket?; get bucket(): string; set bucket(value: string); get bucketInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _inventorys; get inventorys(): DataTencentcloudCosBucketInventorysInventorysList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }