tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getApiGatewayApiApps
Explore with Pulumi AI
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:
- Api
App stringId - Api app ID.
- Api
App stringName - Api app name.
- Id string
- Result
Output stringFile - Used to save results.
- Api
App stringId - Api app ID.
- Api
App stringName - Api app name.
- Id string
- Result
Output stringFile - Used to save results.
- api
App StringId - Api app ID.
- api
App StringName - Api app name.
- id String
- result
Output StringFile - Used to save results.
- api
App stringId - Api app ID.
- api
App stringName - Api app name.
- id string
- result
Output stringFile - Used to save results.
- api_
app_ strid - Api app ID.
- api_
app_ strname - Api app name.
- id str
- result_
output_ strfile - Used to save results.
- api
App StringId - Api app ID.
- api
App StringName - Api app name.
- id String
- result
Output StringFile - Used to save results.
getApiGatewayApiApps Result
The following output properties are available:
- Api
App List<GetLists Api Gateway Api Apps Api App List> - List of ApiApp.
- Id string
- Api
App stringId - ApiApp ID.
- Api
App stringName - ApiApp Name.
- Result
Output stringFile
- Api
App []GetLists Api Gateway Api Apps Api App List - List of ApiApp.
- Id string
- Api
App stringId - ApiApp ID.
- Api
App stringName - ApiApp Name.
- Result
Output stringFile
- api
App List<GetLists Api Gateway Api Apps Api App List> - List of ApiApp.
- id String
- api
App StringId - ApiApp ID.
- api
App StringName - ApiApp Name.
- result
Output StringFile
- api
App GetLists Api Gateway Api Apps Api App List[] - List of ApiApp.
- id string
- api
App stringId - ApiApp ID.
- api
App stringName - ApiApp Name.
- result
Output stringFile
- api_
app_ Sequence[Getlists Api Gateway Api Apps Api App List] - List of ApiApp.
- id str
- api_
app_ strid - ApiApp ID.
- api_
app_ strname - ApiApp Name.
- result_
output_ strfile
- api
App List<Property Map>Lists - List of ApiApp.
- id String
- api
App StringId - ApiApp ID.
- api
App StringName - ApiApp Name.
- result
Output StringFile
Supporting Types
GetApiGatewayApiAppsApiAppList
- Api
App stringDesc - ApiApp description.
- Api
App stringId - Api app ID.
- Api
App stringKey - ApiApp key.
- Api
App stringName - Api app name.
- Api
App stringSecret - ApiApp secret.
- Created
Time string - ApiApp create time.
- Modified
Time string - ApiApp modified time.
- Api
App stringDesc - ApiApp description.
- Api
App stringId - Api app ID.
- Api
App stringKey - ApiApp key.
- Api
App stringName - Api app name.
- Api
App stringSecret - ApiApp secret.
- Created
Time string - ApiApp create time.
- Modified
Time string - ApiApp modified time.
- api
App StringDesc - ApiApp description.
- api
App StringId - Api app ID.
- api
App StringKey - ApiApp key.
- api
App StringName - Api app name.
- api
App StringSecret - ApiApp secret.
- created
Time String - ApiApp create time.
- modified
Time String - ApiApp modified time.
- api
App stringDesc - ApiApp description.
- api
App stringId - Api app ID.
- api
App stringKey - ApiApp key.
- api
App stringName - Api app name.
- api
App stringSecret - ApiApp secret.
- created
Time string - ApiApp create time.
- modified
Time string - ApiApp modified time.
- api_
app_ strdesc - ApiApp description.
- api_
app_ strid - Api app ID.
- api_
app_ strkey - ApiApp key.
- api_
app_ strname - Api app name.
- api_
app_ strsecret - ApiApp secret.
- created_
time str - ApiApp create time.
- modified_
time str - ApiApp modified time.
- api
App StringDesc - ApiApp description.
- api
App StringId - Api app ID.
- api
App StringKey - ApiApp key.
- api
App StringName - Api app name.
- api
App StringSecret - ApiApp secret.
- created
Time String - ApiApp create time.
- modified
Time 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 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack