import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudApiGatewayApiAppApiConfig extends cdktf.TerraformMetaArguments { /** * API interface unique ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/api_gateway_api_app_api#api_id DataTencentcloudApiGatewayApiAppApi#api_id} */ readonly apiId: string; /** * Api region. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/api_gateway_api_app_api#api_region DataTencentcloudApiGatewayApiAppApi#api_region} */ readonly apiRegion: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/api_gateway_api_app_api#id DataTencentcloudApiGatewayApiAppApi#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 apiAppApis. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/api_gateway_api_app_api#result_output_file DataTencentcloudApiGatewayApiAppApi#result_output_file} */ readonly resultOutputFile?: string; /** * The unique ID of the service where the API resides. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/api_gateway_api_app_api#service_id DataTencentcloudApiGatewayApiAppApi#service_id} */ readonly serviceId: string; } export interface DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRules { } export declare function dataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRulesToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRules): any; export declare function dataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRulesToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRules): any; export declare class DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRulesOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRules | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRules | undefined); get name(): any; get value(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRulesList 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): DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRulesOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultConstantParameters { } export declare function dataTencentcloudApiGatewayApiAppApiResultConstantParametersToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultConstantParameters): any; export declare function dataTencentcloudApiGatewayApiAppApiResultConstantParametersToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultConstantParameters): any; export declare class DataTencentcloudApiGatewayApiAppApiResultConstantParametersOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultConstantParameters | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultConstantParameters | undefined); get defaultValue(): any; get desc(): any; get name(): any; get position(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultConstantParametersList 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): DataTencentcloudApiGatewayApiAppApiResultConstantParametersOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultMicroServices { } export declare function dataTencentcloudApiGatewayApiAppApiResultMicroServicesToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultMicroServices): any; export declare function dataTencentcloudApiGatewayApiAppApiResultMicroServicesToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultMicroServices): any; export declare class DataTencentcloudApiGatewayApiAppApiResultMicroServicesOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultMicroServices | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultMicroServices | undefined); get clusterId(): any; get microServiceName(): any; get namespaceId(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultMicroServicesList 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): DataTencentcloudApiGatewayApiAppApiResultMicroServicesOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultOauthConfig { } export declare function dataTencentcloudApiGatewayApiAppApiResultOauthConfigToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultOauthConfig): any; export declare function dataTencentcloudApiGatewayApiAppApiResultOauthConfigToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultOauthConfig): any; export declare class DataTencentcloudApiGatewayApiAppApiResultOauthConfigOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultOauthConfig | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultOauthConfig | undefined); get loginRedirectUrl(): any; get publicKey(): any; get tokenLocation(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultOauthConfigList 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): DataTencentcloudApiGatewayApiAppApiResultOauthConfigOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultRequestConfig { } export declare function dataTencentcloudApiGatewayApiAppApiResultRequestConfigToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultRequestConfig): any; export declare function dataTencentcloudApiGatewayApiAppApiResultRequestConfigToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultRequestConfig): any; export declare class DataTencentcloudApiGatewayApiAppApiResultRequestConfigOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultRequestConfig | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultRequestConfig | undefined); get method(): any; get path(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultRequestConfigList 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): DataTencentcloudApiGatewayApiAppApiResultRequestConfigOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultRequestParameters { } export declare function dataTencentcloudApiGatewayApiAppApiResultRequestParametersToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultRequestParameters): any; export declare function dataTencentcloudApiGatewayApiAppApiResultRequestParametersToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultRequestParameters): any; export declare class DataTencentcloudApiGatewayApiAppApiResultRequestParametersOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultRequestParameters | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultRequestParameters | undefined); get defaultValue(): any; get desc(): any; get name(): any; get position(): any; get required(): any; get type(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultRequestParametersList 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): DataTencentcloudApiGatewayApiAppApiResultRequestParametersOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodes { } export declare function dataTencentcloudApiGatewayApiAppApiResultResponseErrorCodesToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodes): any; export declare function dataTencentcloudApiGatewayApiAppApiResultResponseErrorCodesToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodes): any; export declare class DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodesOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodes | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodes | undefined); get code(): any; get convertedCode(): any; get desc(): any; get msg(): any; get needConvert(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodesList 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): DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodesOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultServiceConfig { } export declare function dataTencentcloudApiGatewayApiAppApiResultServiceConfigToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceConfig): any; export declare function dataTencentcloudApiGatewayApiAppApiResultServiceConfigToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceConfig): any; export declare class DataTencentcloudApiGatewayApiAppApiResultServiceConfigOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultServiceConfig | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultServiceConfig | undefined); get method(): any; get path(): any; get product(): any; get uniqVpcId(): any; get upstreamId(): any; get url(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultServiceConfigList 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): DataTencentcloudApiGatewayApiAppApiResultServiceConfigOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultServiceParameters { } export declare function dataTencentcloudApiGatewayApiAppApiResultServiceParametersToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceParameters): any; export declare function dataTencentcloudApiGatewayApiAppApiResultServiceParametersToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceParameters): any; export declare class DataTencentcloudApiGatewayApiAppApiResultServiceParametersOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultServiceParameters | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultServiceParameters | undefined); get defaultValue(): any; get name(): any; get position(): any; get relevantRequestParameterDesc(): any; get relevantRequestParameterName(): any; get relevantRequestParameterPosition(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultServiceParametersList 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): DataTencentcloudApiGatewayApiAppApiResultServiceParametersOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConf { } export declare function dataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConfToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConf): any; export declare function dataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConfToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConf): any; export declare class DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConfOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConf | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConf | undefined); get errorThresholdPercentage(): any; get isHealthCheck(): any; get requestVolumeThreshold(): any; get sleepWindowInMilliseconds(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConfList 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): DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConfOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConf { } export declare function dataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConfToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConf): any; export declare function dataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConfToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConf): any; export declare class DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConfOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConf | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConf | undefined); get isLoadBalance(): any; get method(): any; get sessionStickRequired(): any; get sessionStickTimeout(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConfList 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): DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConfOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResultTags { } export declare function dataTencentcloudApiGatewayApiAppApiResultTagsToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultTags): any; export declare function dataTencentcloudApiGatewayApiAppApiResultTagsToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResultTags): any; export declare class DataTencentcloudApiGatewayApiAppApiResultTagsOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResultTags | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResultTags | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudApiGatewayApiAppApiResultTagsList 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): DataTencentcloudApiGatewayApiAppApiResultTagsOutputReference; } export interface DataTencentcloudApiGatewayApiAppApiResult { } export declare function dataTencentcloudApiGatewayApiAppApiResultToTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResult): any; export declare function dataTencentcloudApiGatewayApiAppApiResultToHclTerraform(struct?: DataTencentcloudApiGatewayApiAppApiResult): any; export declare class DataTencentcloudApiGatewayApiAppApiResultOutputReference 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(): DataTencentcloudApiGatewayApiAppApiResult | undefined; set internalValue(value: DataTencentcloudApiGatewayApiAppApiResult | undefined); get apiBusinessType(): any; get apiDesc(): any; get apiId(): any; get apiName(): any; get apiType(): any; get authRelationApiId(): any; get authType(): any; private _base64EncodedTriggerRules; get base64EncodedTriggerRules(): DataTencentcloudApiGatewayApiAppApiResultBase64EncodedTriggerRulesList; private _constantParameters; get constantParameters(): DataTencentcloudApiGatewayApiAppApiResultConstantParametersList; get createdTime(): any; get enableCors(): any; get environments(): any; get internalDomain(): any; get isBase64Encoded(): any; get isBase64Trigger(): any; get isDebugAfterCharge(): any; private _microServices; get microServices(): DataTencentcloudApiGatewayApiAppApiResultMicroServicesList; get microServicesInfo(): any; get modifiedTime(): any; private _oauthConfig; get oauthConfig(): DataTencentcloudApiGatewayApiAppApiResultOauthConfigList; get protocol(): any; private _requestConfig; get requestConfig(): DataTencentcloudApiGatewayApiAppApiResultRequestConfigList; private _requestParameters; get requestParameters(): DataTencentcloudApiGatewayApiAppApiResultRequestParametersList; private _responseErrorCodes; get responseErrorCodes(): DataTencentcloudApiGatewayApiAppApiResultResponseErrorCodesList; get responseFailExample(): any; get responseSuccessExample(): any; get responseType(): any; private _serviceConfig; get serviceConfig(): DataTencentcloudApiGatewayApiAppApiResultServiceConfigList; get serviceDesc(): any; get serviceId(): any; get serviceMockReturnMessage(): any; get serviceName(): any; private _serviceParameters; get serviceParameters(): DataTencentcloudApiGatewayApiAppApiResultServiceParametersList; get serviceScfFunctionName(): any; get serviceScfFunctionNamespace(): any; get serviceScfFunctionQualifier(): any; get serviceScfIsIntegratedResponse(): any; get serviceTimeout(): any; private _serviceTsfHealthCheckConf; get serviceTsfHealthCheckConf(): DataTencentcloudApiGatewayApiAppApiResultServiceTsfHealthCheckConfList; private _serviceTsfLoadBalanceConf; get serviceTsfLoadBalanceConf(): DataTencentcloudApiGatewayApiAppApiResultServiceTsfLoadBalanceConfList; get serviceType(): any; get serviceWebsocketCleanupFunctionName(): any; get serviceWebsocketCleanupFunctionNamespace(): any; get serviceWebsocketCleanupFunctionQualifier(): any; get serviceWebsocketRegisterFunctionName(): any; get serviceWebsocketRegisterFunctionNamespace(): any; get serviceWebsocketRegisterFunctionQualifier(): any; get serviceWebsocketTransportFunctionName(): any; get serviceWebsocketTransportFunctionNamespace(): any; get serviceWebsocketTransportFunctionQualifier(): any; private _tags; get tags(): DataTencentcloudApiGatewayApiAppApiResultTagsList; } export declare class DataTencentcloudApiGatewayApiAppApiResultList 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): DataTencentcloudApiGatewayApiAppApiResultOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/api_gateway_api_app_api tencentcloud_api_gateway_api_app_api} */ export declare class DataTencentcloudApiGatewayApiAppApi extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_api_gateway_api_app_api"; /** * Generates CDKTF code for importing a DataTencentcloudApiGatewayApiAppApi 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 DataTencentcloudApiGatewayApiAppApi to import * @param importFromId The id of the existing DataTencentcloudApiGatewayApiAppApi that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/api_gateway_api_app_api#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudApiGatewayApiAppApi 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/api_gateway_api_app_api tencentcloud_api_gateway_api_app_api} 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 DataTencentcloudApiGatewayApiAppApiConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudApiGatewayApiAppApiConfig); private _apiId?; get apiId(): string; set apiId(value: string); get apiIdInput(): string; private _apiRegion?; get apiRegion(): string; set apiRegion(value: string); get apiRegionInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _result; get result(): DataTencentcloudApiGatewayApiAppApiResultList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _serviceId?; get serviceId(): string; set serviceId(value: string); get serviceIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }