AwsApiGatewayMethodSettings
Defines settings for a method for the stage.
Types
Properties
Indicates whether the cached responses are encrypted.
Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response is cached.
Indicates whether responses are cached and returned for requests. For responses to be cached, a cache cluster must be enabled on the stage.
Indicates whether data trace logging is enabled for the method. Data trace logging affects the log entries that are pushed to CloudWatch Logs.
The HTTP method. You can use an asterisk (*) as a wildcard to apply method settings to multiple methods.
The logging level for this method. The logging level affects the log entries that are pushed to CloudWatch Logs.
Indicates whether CloudWatch metrics are enabled for the method.
Indicates whether authorization is required for a cache invalidation request.
The resource path for this method. Forward slashes (/) are encoded as ~1 . The initial slash must include a forward slash.
The throttling burst limit for the method.
The throttling rate limit for the method.
Indicates how to handle unauthorized requests for cache invalidation.