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

apigatewayv2_get_authorizer

Gets an Authorizer


Description

Gets an Authorizer.

Usage

apigatewayv2_get_authorizer(ApiId, AuthorizerId)

Arguments

ApiId

[required] The API identifier.

AuthorizerId

[required] The authorizer identifier.

Value

A list with the following syntax:

list(
  AuthorizerCredentialsArn = "string",
  AuthorizerId = "string",
  AuthorizerPayloadFormatVersion = "string",
  AuthorizerResultTtlInSeconds = 123,
  AuthorizerType = "REQUEST"|"JWT",
  AuthorizerUri = "string",
  EnableSimpleResponses = TRUE|FALSE,
  IdentitySource = list(
    "string"
  ),
  IdentityValidationExpression = "string",
  JwtConfiguration = list(
    Audience = list(
      "string"
    ),
    Issuer = "string"
  ),
  Name = "string"
)

Request syntax

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