import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTsfApiGroupConfig extends cdktf.TerraformMetaArguments { /** * Authentication type. secret: Secret key authentication; none: No authentication. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#auth_type DataTencentcloudTsfApiGroup#auth_type} */ readonly authType?: string; /** * Gateway Instance Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#gateway_instance_id DataTencentcloudTsfApiGroup#gateway_instance_id} */ readonly gatewayInstanceId?: string; /** * Group type. ms: Microservice group; external: External API group. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#group_type DataTencentcloudTsfApiGroup#group_type} */ readonly groupType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#id DataTencentcloudTsfApiGroup#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 field: created_time or group_context. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#order_by DataTencentcloudTsfApiGroup#order_by} */ readonly orderBy?: string; /** * Sorting type: 0 (ASC) or 1 (DESC). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#order_type DataTencentcloudTsfApiGroup#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_api_group#result_output_file DataTencentcloudTsfApiGroup#result_output_file} */ readonly resultOutputFile?: string; /** * search word. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#search_word DataTencentcloudTsfApiGroup#search_word} */ readonly searchWord?: string; /** * Publishing status. drafted: Not published. released: Published. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#status DataTencentcloudTsfApiGroup#status} */ readonly status?: string; } export interface DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroups { } export declare function dataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroupsToTerraform(struct?: DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroups): any; export declare function dataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroupsToHclTerraform(struct?: DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroups): any; export declare class DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroupsOutputReference 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(): DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroups | undefined; set internalValue(value: DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroups | undefined); get applicationId(): any; get applicationName(): any; get applicationType(): any; get clusterType(): any; get deployGroupId(): any; get deployGroupName(): any; get groupStatus(): any; } export declare class DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroupsList 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): DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroupsOutputReference; } export interface DataTencentcloudTsfApiGroupResultContent { } export declare function dataTencentcloudTsfApiGroupResultContentToTerraform(struct?: DataTencentcloudTsfApiGroupResultContent): any; export declare function dataTencentcloudTsfApiGroupResultContentToHclTerraform(struct?: DataTencentcloudTsfApiGroupResultContent): any; export declare class DataTencentcloudTsfApiGroupResultContentOutputReference 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(): DataTencentcloudTsfApiGroupResultContent | undefined; set internalValue(value: DataTencentcloudTsfApiGroupResultContent | undefined); get aclMode(): any; get apiCount(): any; get authType(): any; private _bindedGatewayDeployGroups; get bindedGatewayDeployGroups(): DataTencentcloudTsfApiGroupResultContentBindedGatewayDeployGroupsList; get createdTime(): any; get description(): any; get gatewayInstanceId(): any; get gatewayInstanceType(): any; get groupContext(): any; get groupId(): any; get groupName(): any; get groupType(): any; get namespaceNameKey(): any; get namespaceNameKeyPosition(): any; get serviceNameKey(): any; get serviceNameKeyPosition(): any; get status(): any; get updatedTime(): any; } export declare class DataTencentcloudTsfApiGroupResultContentList 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): DataTencentcloudTsfApiGroupResultContentOutputReference; } export interface DataTencentcloudTsfApiGroupResult { } export declare function dataTencentcloudTsfApiGroupResultToTerraform(struct?: DataTencentcloudTsfApiGroupResult): any; export declare function dataTencentcloudTsfApiGroupResultToHclTerraform(struct?: DataTencentcloudTsfApiGroupResult): any; export declare class DataTencentcloudTsfApiGroupResultOutputReference 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(): DataTencentcloudTsfApiGroupResult | undefined; set internalValue(value: DataTencentcloudTsfApiGroupResult | undefined); private _content; get content(): DataTencentcloudTsfApiGroupResultContentList; get totalCount(): any; } export declare class DataTencentcloudTsfApiGroupResultList 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): DataTencentcloudTsfApiGroupResultOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group tencentcloud_tsf_api_group} */ export declare class DataTencentcloudTsfApiGroup extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tsf_api_group"; /** * Generates CDKTF code for importing a DataTencentcloudTsfApiGroup 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 DataTencentcloudTsfApiGroup to import * @param importFromId The id of the existing DataTencentcloudTsfApiGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_api_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTsfApiGroup 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_api_group tencentcloud_tsf_api_group} 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 DataTencentcloudTsfApiGroupConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTsfApiGroupConfig); private _authType?; get authType(): string; set authType(value: string); resetAuthType(): void; get authTypeInput(): string; private _gatewayInstanceId?; get gatewayInstanceId(): string; set gatewayInstanceId(value: string); resetGatewayInstanceId(): void; get gatewayInstanceIdInput(): string; private _groupType?; get groupType(): string; set groupType(value: string); resetGroupType(): void; get groupTypeInput(): string; 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 _orderType?; get orderType(): number; set orderType(value: number); resetOrderType(): void; get orderTypeInput(): number; private _result; get result(): DataTencentcloudTsfApiGroupResultList; 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; }; }