KeyspaceSummary

Represents the properties of a keyspace.

Types

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

Properties

Link copied to clipboard

The name of the keyspace.

Link copied to clipboard

If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.

Link copied to clipboard

This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are SINGLE_REGION or MULTI_REGION.

Link copied to clipboard

The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).

Functions

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