Skip to content

Reset Authorizers Cache

apigatewayv2_reset_authorizers_cache R Documentation

Resets all authorizer cache entries on a stage

Description

Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.

Usage

apigatewayv2_reset_authorizers_cache(ApiId, StageName)

Arguments

ApiId

[required] The API identifier.

StageName

[required] The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.

Value

An empty list.

Request syntax

svc$reset_authorizers_cache(
  ApiId = "string",
  StageName = "string"
)