ServerlessCache

The resource representing a serverless cache.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the serverless cache.

Link copied to clipboard

The cache usage limit for the serverless cache.

Link copied to clipboard

When the serverless cache was created.

Link copied to clipboard

The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Valkey, Redis OSS and Serverless Memcached only.

Link copied to clipboard

A description of the serverless cache.

Link copied to clipboard

Represents the information required for client programs to connect to a cache node. This value is read-only.

Link copied to clipboard

The engine the serverless cache is compatible with.

Link copied to clipboard

The name and version number of the engine the serverless cache is compatible with.

Link copied to clipboard

The ID of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt data at rest in the serverless cache.

Link copied to clipboard

The version number of the engine the serverless cache is compatible with.

Link copied to clipboard

Represents the information required for client programs to connect to a cache node. This value is read-only.

Link copied to clipboard

The IDs of the EC2 security groups associated with the serverless cache.

Link copied to clipboard

The unique identifier of the serverless cache.

Link copied to clipboard

The current setting for the number of serverless cache snapshots the system will retain. Available for Valkey, Redis OSS and Serverless Memcached only.

Link copied to clipboard

The current status of the serverless cache. The allowed values are CREATING, AVAILABLE, DELETING, CREATE-FAILED and MODIFYING.

Link copied to clipboard

If no subnet IDs are given and your VPC is in us-west-1, then ElastiCache will select 2 default subnets across AZs in your VPC. For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.

Link copied to clipboard

The identifier of the user group associated with the serverless cache. Available for Valkey and Redis OSS only. Default is NULL.

Functions

Link copied to clipboard
inline fun copy(block: ServerlessCache.Builder.() -> Unit = {}): ServerlessCache
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