CreateApiCacheRequest

Represents the input of a CreateApiCache operation.

Types

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

Properties

Link copied to clipboard

Caching behavior.

Link copied to clipboard

The GraphQL API ID.

Link copied to clipboard

At-rest encryption flag for cache. You cannot update this setting after creation.

Link copied to clipboard

Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:

Link copied to clipboard

Transit encryption flag when connecting to cache. You cannot update this setting after creation.

Link copied to clipboard
val ttl: Long?

TTL in seconds for cache entries.

Link copied to clipboard

The cache instance type. Valid values are

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