paws.networking (version 0.1.6)

apigatewayv2_get_integrations: Gets the Integrations for an API

Description

Gets the Integrations for an API.

Usage

apigatewayv2_get_integrations(ApiId, MaxResults, NextToken)

Arguments

ApiId

[required] The API identifier.

MaxResults

The maximum number of elements to be returned for this resource.

NextToken

The next page of elements from this collection. Not valid for the last element of the collection.

Request syntax

svc$get_integrations(
  ApiId = "string",
  MaxResults = "string",
  NextToken = "string"
)