GetDbShardGroupResult

data class GetDbShardGroupResult(val computeRedundancy: Int? = null, val dbShardGroupResourceId: String? = null, val endpoint: String? = null, val maxAcu: Double? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(computeRedundancy: Int? = null, dbShardGroupResourceId: String? = null, endpoint: String? = null, maxAcu: Double? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computeRedundancy: Int? = null

Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:

Link copied to clipboard

The AWS Region -unique, immutable identifier for the DB shard group.

Link copied to clipboard
val endpoint: String? = null

This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:

Link copied to clipboard
val maxAcu: Double? = null

The maximum capacity of the DB shard group in Aurora capacity units (ACUs).

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

An optional set of key-value pairs to associate arbitrary data of your choosing with the DB shard group.