authorizerResultTtlInSeconds property

int? authorizerResultTtlInSeconds
final

The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.

Implementation

final int? authorizerResultTtlInSeconds;