authorizerResultTtlInSeconds property

int? authorizerResultTtlInSeconds
final

The TTL in seconds of cached authorizer results. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway will cache authorizer responses. If this field is not set, the default value is 300. The maximum value is 3600, or 1 hour.

Implementation

final int? authorizerResultTtlInSeconds;