Get Serverless Cache Result
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)
Properties
Link copied to clipboard
The cache usage limit for the serverless cache.
Link copied to clipboard
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
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
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
The ID of the user group.