Gets the Integrations for an API.
apigatewayv2_get_integrations(ApiId, MaxResults, NextToken)
[required] The API identifier.
The maximum number of elements to be returned for this resource.
The next page of elements from this collection. Not valid for the last element of the collection.
A list with the following syntax:
list( Items = list( 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" ) ) ), NextToken = "string" )
svc$get_integrations( ApiId = "string", MaxResults = "string", NextToken = "string" )