AwsApiGatewayMethodSettings

Defines settings for a method for the stage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the cached responses are encrypted.

Link copied to clipboard

Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response is cached.

Link copied to clipboard

Indicates whether responses are cached and returned for requests. For responses to be cached, a cache cluster must be enabled on the stage.

Link copied to clipboard

Indicates whether data trace logging is enabled for the method. Data trace logging affects the log entries that are pushed to CloudWatch Logs.

Link copied to clipboard

The HTTP method. You can use an asterisk (*) as a wildcard to apply method settings to multiple methods.

Link copied to clipboard

The logging level for this method. The logging level affects the log entries that are pushed to CloudWatch Logs.

Link copied to clipboard

Indicates whether CloudWatch metrics are enabled for the method.

Link copied to clipboard

Indicates whether authorization is required for a cache invalidation request.

Link copied to clipboard

The resource path for this method. Forward slashes (/) are encoded as ~1 . The initial slash must include a forward slash.

Link copied to clipboard

The throttling burst limit for the method.

Link copied to clipboard

The throttling rate limit for the method.

Link copied to clipboard

Indicates how to handle unauthorized requests for cache invalidation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String