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

apigatewayv2_get_integration

Gets an Integration


Description

Gets an Integration.

Usage

apigatewayv2_get_integration(ApiId, IntegrationId)

Arguments

ApiId

[required] The API identifier.

IntegrationId

[required] The integration ID.

Value

A list with the following syntax:

list(
  ApiGatewayManaged = TRUE|FALSE,
  ConnectionId = "string",
  ConnectionType = "INTERNET"|"VPC_LINK",
  ContentHandlingStrategy = "CONVERT_TO_BINARY"|"CONVERT_TO_TEXT",
  CredentialsArn = "string",
  Description = "string",
  IntegrationId = "string",
  IntegrationMethod = "string",
  IntegrationResponseSelectionExpression = "string",
  IntegrationSubtype = "string",
  IntegrationType = "AWS"|"HTTP"|"MOCK"|"HTTP_PROXY"|"AWS_PROXY",
  IntegrationUri = "string",
  PassthroughBehavior = "WHEN_NO_MATCH"|"NEVER"|"WHEN_NO_TEMPLATES",
  PayloadFormatVersion = "string",
  RequestParameters = list(
    "string"
  ),
  RequestTemplates = list(
    "string"
  ),
  ResponseParameters = list(
    list(
      "string"
    )
  ),
  TemplateSelectionExpression = "string",
  TimeoutInMillis = 123,
  TlsConfig = list(
    ServerNameToVerify = "string"
  )
)

Request syntax

svc$get_integration(
  ApiId = "string",
  IntegrationId = "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.