paws.networking (version 0.1.6)

apigateway_get_authorizer: Describe an existing Authorizer resource

Description

Describe an existing Authorizer resource.

Usage

apigateway_get_authorizer(restApiId, authorizerId)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi.

authorizerId

[required] [Required] The identifier of the Authorizer resource.

Request syntax

svc$get_authorizer(
  restApiId = "string",
  authorizerId = "string"
)

Details

::: {.seeAlso} AWS CLI :::