Method Settings Settings Args
Constructors
Properties
Whether the cached responses are encrypted.
Time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
Whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
Whether data trace logging is enabled for this method, which effects the log entries pushed to Amazon CloudWatch Logs.
Logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs. The available levels are OFF
, ERROR
, and INFO
.
Whether Amazon CloudWatch metrics are enabled for this method.
Whether authorization is required for a cache invalidation request.
Throttling burst limit. Default: -1
(throttling disabled).
Throttling rate limit. Default: -1
(throttling disabled).
How to handle unauthorized requests for cache invalidation. The available values are FAIL_WITH_403
, SUCCEED_WITH_RESPONSE_HEADER
, SUCCEED_WITHOUT_RESPONSE_HEADER
.