apigatewayv2_get_authorizers {paws.networking} | R Documentation |
Gets the Authorizers for an API
Description
Gets the Authorizers for an API.
See https://www.paws-r-sdk.com/docs/apigatewayv2_get_authorizers/ for full documentation.
Usage
apigatewayv2_get_authorizers(ApiId, MaxResults = NULL, NextToken = NULL)
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. |
[Package paws.networking version 0.9.0 Index]