import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCosBucketsConfig extends cdktf.TerraformMetaArguments { /** * A prefix string to filter results by bucket name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_buckets#bucket_prefix DataTencentcloudCosBuckets#bucket_prefix} */ readonly bucketPrefix?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_buckets#id DataTencentcloudCosBuckets#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_buckets#result_output_file DataTencentcloudCosBuckets#result_output_file} */ readonly resultOutputFile?: string; /** * Tags to filter bucket. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_buckets#tags DataTencentcloudCosBuckets#tags} */ readonly tags?: { [key: string]: string; }; } export interface DataTencentcloudCosBucketsBucketListCorsRules { } export declare function dataTencentcloudCosBucketsBucketListCorsRulesToTerraform(struct?: DataTencentcloudCosBucketsBucketListCorsRules): any; export declare function dataTencentcloudCosBucketsBucketListCorsRulesToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListCorsRules): any; export declare class DataTencentcloudCosBucketsBucketListCorsRulesOutputReference 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(): DataTencentcloudCosBucketsBucketListCorsRules | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListCorsRules | undefined); get allowedHeaders(): any; get allowedMethods(): any; get allowedOrigins(): any; get exposeHeaders(): any; get maxAgeSeconds(): any; } export declare class DataTencentcloudCosBucketsBucketListCorsRulesList 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): DataTencentcloudCosBucketsBucketListCorsRulesOutputReference; } export interface DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUpload { } export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUploadToTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUpload): any; export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUploadToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUpload): any; export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUploadOutputReference 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(): DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUpload | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUpload | undefined); get daysAfterInitiation(): any; } export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUploadList 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): DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUploadOutputReference; } export interface DataTencentcloudCosBucketsBucketListLifecycleRulesExpiration { } export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesExpirationToTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesExpiration): any; export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesExpirationToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesExpiration): any; export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesExpirationOutputReference 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(): DataTencentcloudCosBucketsBucketListLifecycleRulesExpiration | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListLifecycleRulesExpiration | undefined); get date(): any; get days(): any; } export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesExpirationList 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): DataTencentcloudCosBucketsBucketListLifecycleRulesExpirationOutputReference; } export interface DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpiration { } export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpirationToTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpiration): any; export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpirationToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpiration): any; export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpirationOutputReference 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(): DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpiration | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpiration | undefined); get nonCurrentDays(): any; } export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpirationList 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): DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpirationOutputReference; } export interface DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransition { } export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransitionToTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransition): any; export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransitionToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransition): any; export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransitionOutputReference 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(): DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransition | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransition | undefined); get nonCurrentDays(): any; get storageClass(): any; } export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransitionList 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): DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransitionOutputReference; } export interface DataTencentcloudCosBucketsBucketListLifecycleRulesTransition { } export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesTransitionToTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesTransition): any; export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesTransitionToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRulesTransition): any; export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesTransitionOutputReference 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(): DataTencentcloudCosBucketsBucketListLifecycleRulesTransition | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListLifecycleRulesTransition | undefined); get date(): any; get days(): any; get storageClass(): any; } export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesTransitionList 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): DataTencentcloudCosBucketsBucketListLifecycleRulesTransitionOutputReference; } export interface DataTencentcloudCosBucketsBucketListLifecycleRules { } export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesToTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRules): any; export declare function dataTencentcloudCosBucketsBucketListLifecycleRulesToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListLifecycleRules): any; export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesOutputReference 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(): DataTencentcloudCosBucketsBucketListLifecycleRules | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListLifecycleRules | undefined); private _abortIncompleteMultipartUpload; get abortIncompleteMultipartUpload(): DataTencentcloudCosBucketsBucketListLifecycleRulesAbortIncompleteMultipartUploadList; private _expiration; get expiration(): DataTencentcloudCosBucketsBucketListLifecycleRulesExpirationList; get filterPrefix(): any; private _nonCurrentExpiration; get nonCurrentExpiration(): DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentExpirationList; private _nonCurrentTransition; get nonCurrentTransition(): DataTencentcloudCosBucketsBucketListLifecycleRulesNonCurrentTransitionList; private _transition; get transition(): DataTencentcloudCosBucketsBucketListLifecycleRulesTransitionList; } export declare class DataTencentcloudCosBucketsBucketListLifecycleRulesList 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): DataTencentcloudCosBucketsBucketListLifecycleRulesOutputReference; } export interface DataTencentcloudCosBucketsBucketListOriginDomainRules { } export declare function dataTencentcloudCosBucketsBucketListOriginDomainRulesToTerraform(struct?: DataTencentcloudCosBucketsBucketListOriginDomainRules): any; export declare function dataTencentcloudCosBucketsBucketListOriginDomainRulesToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListOriginDomainRules): any; export declare class DataTencentcloudCosBucketsBucketListOriginDomainRulesOutputReference 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(): DataTencentcloudCosBucketsBucketListOriginDomainRules | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListOriginDomainRules | undefined); get domain(): any; get status(): any; get type(): any; } export declare class DataTencentcloudCosBucketsBucketListOriginDomainRulesList 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): DataTencentcloudCosBucketsBucketListOriginDomainRulesOutputReference; } export interface DataTencentcloudCosBucketsBucketListOriginPullRules { } export declare function dataTencentcloudCosBucketsBucketListOriginPullRulesToTerraform(struct?: DataTencentcloudCosBucketsBucketListOriginPullRules): any; export declare function dataTencentcloudCosBucketsBucketListOriginPullRulesToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListOriginPullRules): any; export declare class DataTencentcloudCosBucketsBucketListOriginPullRulesOutputReference 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(): DataTencentcloudCosBucketsBucketListOriginPullRules | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListOriginPullRules | undefined); private _customHttpHeaders; get customHttpHeaders(): any; get followHttpHeaders(): any; get followQueryString(): any; get followRedirection(): any; get host(): any; get prefix(): any; get priority(): any; get protocol(): any; get syncBackToSource(): any; } export declare class DataTencentcloudCosBucketsBucketListOriginPullRulesList 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): DataTencentcloudCosBucketsBucketListOriginPullRulesOutputReference; } export interface DataTencentcloudCosBucketsBucketListWebsite { } export declare function dataTencentcloudCosBucketsBucketListWebsiteToTerraform(struct?: DataTencentcloudCosBucketsBucketListWebsite): any; export declare function dataTencentcloudCosBucketsBucketListWebsiteToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListWebsite): any; export declare class DataTencentcloudCosBucketsBucketListWebsiteOutputReference 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(): DataTencentcloudCosBucketsBucketListWebsite | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListWebsite | undefined); get errorDocument(): any; get indexDocument(): any; } export declare class DataTencentcloudCosBucketsBucketListWebsiteList 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): DataTencentcloudCosBucketsBucketListWebsiteOutputReference; } export interface DataTencentcloudCosBucketsBucketListStruct { } export declare function dataTencentcloudCosBucketsBucketListStructToTerraform(struct?: DataTencentcloudCosBucketsBucketListStruct): any; export declare function dataTencentcloudCosBucketsBucketListStructToHclTerraform(struct?: DataTencentcloudCosBucketsBucketListStruct): any; export declare class DataTencentcloudCosBucketsBucketListStructOutputReference 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(): DataTencentcloudCosBucketsBucketListStruct | undefined; set internalValue(value: DataTencentcloudCosBucketsBucketListStruct | undefined); get acl(): any; get aclBody(): any; get bucket(): any; private _corsRules; get corsRules(): DataTencentcloudCosBucketsBucketListCorsRulesList; get cosBucketUrl(): any; private _lifecycleRules; get lifecycleRules(): DataTencentcloudCosBucketsBucketListLifecycleRulesList; private _originDomainRules; get originDomainRules(): DataTencentcloudCosBucketsBucketListOriginDomainRulesList; private _originPullRules; get originPullRules(): DataTencentcloudCosBucketsBucketListOriginPullRulesList; private _tags; get tags(): any; private _website; get website(): DataTencentcloudCosBucketsBucketListWebsiteList; } export declare class DataTencentcloudCosBucketsBucketListStructList 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): DataTencentcloudCosBucketsBucketListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_buckets tencentcloud_cos_buckets} */ export declare class DataTencentcloudCosBuckets extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_cos_buckets"; /** * Generates CDKTF code for importing a DataTencentcloudCosBuckets 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 DataTencentcloudCosBuckets to import * @param importFromId The id of the existing DataTencentcloudCosBuckets that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cos_buckets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCosBuckets 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_buckets tencentcloud_cos_buckets} 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 DataTencentcloudCosBucketsConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudCosBucketsConfig); private _bucketList; get bucketList(): DataTencentcloudCosBucketsBucketListStructList; private _bucketPrefix?; get bucketPrefix(): string; set bucketPrefix(value: string); resetBucketPrefix(): void; get bucketPrefixInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _tags?; get tags(): { [key: string]: string; }; set tags(value: { [key: string]: string; }); resetTags(): void; get tagsInput(): { [key: string]: string; }; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }