ApiGatewayV2 / Client / reset_authorizers_cache

reset_authorizers_cache#

ApiGatewayV2.Client.reset_authorizers_cache(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.reset_authorizers_cache(
    ApiId='string',
    StageName='string'
)
Parameters:
  • ApiId (string) –

    [REQUIRED]

    The API identifier.

  • StageName (string) –

    [REQUIRED]

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

Returns:

None

Exceptions