GetEnterpriseDatabaseResult

data class GetEnterpriseDatabaseResult(val clusterId: String, val id: String, val linkedDatabaseGroupNickname: String, val linkedDatabaseIds: List<String>, val name: String, val primaryAccessKey: String, val secondaryAccessKey: String)

A collection of values returned by getEnterpriseDatabase.

Constructors

Link copied to clipboard
constructor(clusterId: String, id: String, linkedDatabaseGroupNickname: String, linkedDatabaseIds: List<String>, name: String, primaryAccessKey: String, secondaryAccessKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Linked Database Group Nickname for the Redis Enterprise Database instance.

Link copied to clipboard

The Linked Database list for the Redis Enterprise Database instance.

Link copied to clipboard

The Redis Enterprise Database name.

Link copied to clipboard

The Primary Access Key for the Redis Enterprise Database instance.

Link copied to clipboard

The Secondary Access Key for the Redis Enterprise Database instance.