1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getApiGatewayApiApps
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getApiGatewayApiApps

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query list information of api_gateway api_app

    Using getApiGatewayApiApps

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getApiGatewayApiApps(args: GetApiGatewayApiAppsArgs, opts?: InvokeOptions): Promise<GetApiGatewayApiAppsResult>
    function getApiGatewayApiAppsOutput(args: GetApiGatewayApiAppsOutputArgs, opts?: InvokeOptions): Output<GetApiGatewayApiAppsResult>
    def get_api_gateway_api_apps(api_app_id: Optional[str] = None,
                                 api_app_name: Optional[str] = None,
                                 id: Optional[str] = None,
                                 result_output_file: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetApiGatewayApiAppsResult
    def get_api_gateway_api_apps_output(api_app_id: Optional[pulumi.Input[str]] = None,
                                 api_app_name: Optional[pulumi.Input[str]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 result_output_file: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetApiGatewayApiAppsResult]
    func GetApiGatewayApiApps(ctx *Context, args *GetApiGatewayApiAppsArgs, opts ...InvokeOption) (*GetApiGatewayApiAppsResult, error)
    func GetApiGatewayApiAppsOutput(ctx *Context, args *GetApiGatewayApiAppsOutputArgs, opts ...InvokeOption) GetApiGatewayApiAppsResultOutput

    > Note: This function is named GetApiGatewayApiApps in the Go SDK.

    public static class GetApiGatewayApiApps 
    {
        public static Task<GetApiGatewayApiAppsResult> InvokeAsync(GetApiGatewayApiAppsArgs args, InvokeOptions? opts = null)
        public static Output<GetApiGatewayApiAppsResult> Invoke(GetApiGatewayApiAppsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApiGatewayApiAppsResult> getApiGatewayApiApps(GetApiGatewayApiAppsArgs args, InvokeOptions options)
    public static Output<GetApiGatewayApiAppsResult> getApiGatewayApiApps(GetApiGatewayApiAppsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getApiGatewayApiApps:getApiGatewayApiApps
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApiAppId string
    Api app ID.
    ApiAppName string
    Api app name.
    Id string
    ResultOutputFile string
    Used to save results.
    ApiAppId string
    Api app ID.
    ApiAppName string
    Api app name.
    Id string
    ResultOutputFile string
    Used to save results.
    apiAppId String
    Api app ID.
    apiAppName String
    Api app name.
    id String
    resultOutputFile String
    Used to save results.
    apiAppId string
    Api app ID.
    apiAppName string
    Api app name.
    id string
    resultOutputFile string
    Used to save results.
    api_app_id str
    Api app ID.
    api_app_name str
    Api app name.
    id str
    result_output_file str
    Used to save results.
    apiAppId String
    Api app ID.
    apiAppName String
    Api app name.
    id String
    resultOutputFile String
    Used to save results.

    getApiGatewayApiApps Result

    The following output properties are available:

    ApiAppLists List<GetApiGatewayApiAppsApiAppList>
    List of ApiApp.
    Id string
    ApiAppId string
    ApiApp ID.
    ApiAppName string
    ApiApp Name.
    ResultOutputFile string
    ApiAppLists []GetApiGatewayApiAppsApiAppList
    List of ApiApp.
    Id string
    ApiAppId string
    ApiApp ID.
    ApiAppName string
    ApiApp Name.
    ResultOutputFile string
    apiAppLists List<GetApiGatewayApiAppsApiAppList>
    List of ApiApp.
    id String
    apiAppId String
    ApiApp ID.
    apiAppName String
    ApiApp Name.
    resultOutputFile String
    apiAppLists GetApiGatewayApiAppsApiAppList[]
    List of ApiApp.
    id string
    apiAppId string
    ApiApp ID.
    apiAppName string
    ApiApp Name.
    resultOutputFile string
    apiAppLists List<Property Map>
    List of ApiApp.
    id String
    apiAppId String
    ApiApp ID.
    apiAppName String
    ApiApp Name.
    resultOutputFile String

    Supporting Types

    GetApiGatewayApiAppsApiAppList

    ApiAppDesc string
    ApiApp description.
    ApiAppId string
    Api app ID.
    ApiAppKey string
    ApiApp key.
    ApiAppName string
    Api app name.
    ApiAppSecret string
    ApiApp secret.
    CreatedTime string
    ApiApp create time.
    ModifiedTime string
    ApiApp modified time.
    ApiAppDesc string
    ApiApp description.
    ApiAppId string
    Api app ID.
    ApiAppKey string
    ApiApp key.
    ApiAppName string
    Api app name.
    ApiAppSecret string
    ApiApp secret.
    CreatedTime string
    ApiApp create time.
    ModifiedTime string
    ApiApp modified time.
    apiAppDesc String
    ApiApp description.
    apiAppId String
    Api app ID.
    apiAppKey String
    ApiApp key.
    apiAppName String
    Api app name.
    apiAppSecret String
    ApiApp secret.
    createdTime String
    ApiApp create time.
    modifiedTime String
    ApiApp modified time.
    apiAppDesc string
    ApiApp description.
    apiAppId string
    Api app ID.
    apiAppKey string
    ApiApp key.
    apiAppName string
    Api app name.
    apiAppSecret string
    ApiApp secret.
    createdTime string
    ApiApp create time.
    modifiedTime string
    ApiApp modified time.
    api_app_desc str
    ApiApp description.
    api_app_id str
    Api app ID.
    api_app_key str
    ApiApp key.
    api_app_name str
    Api app name.
    api_app_secret str
    ApiApp secret.
    created_time str
    ApiApp create time.
    modified_time str
    ApiApp modified time.
    apiAppDesc String
    ApiApp description.
    apiAppId String
    Api app ID.
    apiAppKey String
    ApiApp key.
    apiAppName String
    Api app name.
    apiAppSecret String
    ApiApp secret.
    createdTime String
    ApiApp create time.
    modifiedTime String
    ApiApp modified time.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack