import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTsfGroupsConfig extends cdktf.TerraformMetaArguments { /** * applicationId. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#application_id DataTencentcloudTsfGroups#application_id} */ readonly applicationId?: string; /** * clusterId. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#cluster_id DataTencentcloudTsfGroups#cluster_id} */ readonly clusterId?: string; /** * group Id list. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#group_id_list DataTencentcloudTsfGroups#group_id_list} */ readonly groupIdList?: string[]; /** * Group resourceType list. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#group_resource_type_list DataTencentcloudTsfGroups#group_resource_type_list} */ readonly groupResourceTypeList?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#id DataTencentcloudTsfGroups#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; /** * namespace Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#namespace_id DataTencentcloudTsfGroups#namespace_id} */ readonly namespaceId?: string; /** * sort term. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#order_by DataTencentcloudTsfGroups#order_by} */ readonly orderBy?: string; /** * order type, 0 desc, 1 asc. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#order_type DataTencentcloudTsfGroups#order_type} */ readonly orderType?: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#result_output_file DataTencentcloudTsfGroups#result_output_file} */ readonly resultOutputFile?: string; /** * searchWord, support groupName. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#search_word DataTencentcloudTsfGroups#search_word} */ readonly searchWord?: string; /** * group status filter, `Running`: running, `Unknown`: unknown. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#status DataTencentcloudTsfGroups#status} */ readonly status?: string; } export interface DataTencentcloudTsfGroupsResultContent { } export declare function dataTencentcloudTsfGroupsResultContentToTerraform(struct?: DataTencentcloudTsfGroupsResultContent): any; export declare function dataTencentcloudTsfGroupsResultContentToHclTerraform(struct?: DataTencentcloudTsfGroupsResultContent): any; export declare class DataTencentcloudTsfGroupsResultContentOutputReference 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(): DataTencentcloudTsfGroupsResultContent | undefined; set internalValue(value: DataTencentcloudTsfGroupsResultContent | undefined); get alias(): any; get applicationId(): any; get applicationName(): any; get applicationType(): any; get clusterId(): any; get clusterName(): any; get createTime(): any; get deployDesc(): any; get groupDesc(): any; get groupId(): any; get groupName(): any; get groupResourceType(): any; get microserviceType(): any; get namespaceId(): any; get namespaceName(): any; get startupParameters(): any; get updateTime(): any; get updatedTime(): any; } export declare class DataTencentcloudTsfGroupsResultContentList 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): DataTencentcloudTsfGroupsResultContentOutputReference; } export interface DataTencentcloudTsfGroupsResult { } export declare function dataTencentcloudTsfGroupsResultToTerraform(struct?: DataTencentcloudTsfGroupsResult): any; export declare function dataTencentcloudTsfGroupsResultToHclTerraform(struct?: DataTencentcloudTsfGroupsResult): any; export declare class DataTencentcloudTsfGroupsResultOutputReference 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(): DataTencentcloudTsfGroupsResult | undefined; set internalValue(value: DataTencentcloudTsfGroupsResult | undefined); private _content; get content(): DataTencentcloudTsfGroupsResultContentList; get totalCount(): any; } export declare class DataTencentcloudTsfGroupsResultList 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): DataTencentcloudTsfGroupsResultOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups tencentcloud_tsf_groups} */ export declare class DataTencentcloudTsfGroups extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tsf_groups"; /** * Generates CDKTF code for importing a DataTencentcloudTsfGroups 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 DataTencentcloudTsfGroups to import * @param importFromId The id of the existing DataTencentcloudTsfGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTsfGroups 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/tsf_groups tencentcloud_tsf_groups} 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 DataTencentcloudTsfGroupsConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTsfGroupsConfig); private _applicationId?; get applicationId(): string; set applicationId(value: string); resetApplicationId(): void; get applicationIdInput(): string; private _clusterId?; get clusterId(): string; set clusterId(value: string); resetClusterId(): void; get clusterIdInput(): string; private _groupIdList?; get groupIdList(): string[]; set groupIdList(value: string[]); resetGroupIdList(): void; get groupIdListInput(): string[]; private _groupResourceTypeList?; get groupResourceTypeList(): string[]; set groupResourceTypeList(value: string[]); resetGroupResourceTypeList(): void; get groupResourceTypeListInput(): string[]; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _namespaceId?; get namespaceId(): string; set namespaceId(value: string); resetNamespaceId(): void; get namespaceIdInput(): string; private _orderBy?; get orderBy(): string; set orderBy(value: string); resetOrderBy(): void; get orderByInput(): string; private _orderType?; get orderType(): number; set orderType(value: number); resetOrderType(): void; get orderTypeInput(): number; private _result; get result(): DataTencentcloudTsfGroupsResultList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _searchWord?; get searchWord(): string; set searchWord(value: string); resetSearchWord(): void; get searchWordInput(): 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; }; }