Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apigatewayv2_get_integration_response

Gets an IntegrationResponses


Description

Gets an IntegrationResponses.

Usage

apigatewayv2_get_integration_response(ApiId, IntegrationId,
  IntegrationResponseId)

Arguments

ApiId

[required] The API identifier.

IntegrationId

[required] The integration ID.

IntegrationResponseId

[required] The integration response ID.

Value

A list with the following syntax:

list(
  ContentHandlingStrategy = "CONVERT_TO_BINARY"|"CONVERT_TO_TEXT",
  IntegrationResponseId = "string",
  IntegrationResponseKey = "string",
  ResponseParameters = list(
    "string"
  ),
  ResponseTemplates = list(
    "string"
  ),
  TemplateSelectionExpression = "string"
)

Request syntax

svc$get_integration_response(
  ApiId = "string",
  IntegrationId = "string",
  IntegrationResponseId = "string"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.