GetServerlessCacheResult

data class GetServerlessCacheResult(val arn: String? = null, val cacheUsageLimits: ServerlessCacheCacheUsageLimits? = null, val createTime: String? = null, val dailySnapshotTime: String? = null, val description: String? = null, val endpoint: ServerlessCacheEndpoint? = null, val engine: String? = null, val fullEngineVersion: String? = null, val majorEngineVersion: String? = null, val readerEndpoint: ServerlessCacheEndpoint? = null, val securityGroupIds: List<String>? = null, val snapshotRetentionLimit: Int? = null, val status: String? = null, val tags: List<Tag>? = null, val userGroupId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, cacheUsageLimits: ServerlessCacheCacheUsageLimits? = null, createTime: String? = null, dailySnapshotTime: String? = null, description: String? = null, endpoint: ServerlessCacheEndpoint? = null, engine: String? = null, fullEngineVersion: String? = null, majorEngineVersion: String? = null, readerEndpoint: ServerlessCacheEndpoint? = null, securityGroupIds: List<String>? = null, snapshotRetentionLimit: Int? = null, status: String? = null, tags: List<Tag>? = null, userGroupId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the Serverless Cache.

Link copied to clipboard

The cache usage limit for the serverless cache.

Link copied to clipboard
val createTime: String? = null

The creation time of the Serverless Cache.

Link copied to clipboard

The daily time range (in UTC) during which the service takes automatic snapshot of the Serverless Cache.

Link copied to clipboard
val description: String? = null

The 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
val engine: String? = null

The engine name of the Serverless Cache.

Link copied to clipboard

The full engine version of the Serverless Cache.

Link copied to clipboard

The major engine version 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

One or more Amazon VPC security groups associated with this Serverless Cache.

Link copied to clipboard

The snapshot retention limit of the Serverless Cache.

Link copied to clipboard
val status: String? = null

The status of the Serverless Cache.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this Serverless Cache.

Link copied to clipboard
val userGroupId: String? = null

The ID of the user group.