Cluster

class Cluster

Returns information about a specific Elastic DocumentDB cluster.

Types

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

Properties

Link copied to clipboard

The name of the Elastic DocumentDB cluster administrator.

Link copied to clipboard

The authentication type for the Elastic DocumentDB cluster.

Link copied to clipboard

The arn of the Elastic DocumentDB cluster.

Link copied to clipboard

The URL used to connect to the Elastic DocumentDB cluster.

Link copied to clipboard

The name of the Elastic DocumentDB cluster.

Link copied to clipboard

The time when the Elastic DocumentDB cluster was created in Universal Coordinated Time (UTC).

Link copied to clipboard

The KMS key identifier to use to encrypt the Elastic DocumentDB cluster.

Link copied to clipboard

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Link copied to clipboard

The capacity of each shard in the Elastic DocumentDB cluster.

Link copied to clipboard

The number of shards in the Elastic DocumentDB cluster.

Link copied to clipboard

The status of the Elastic DocumentDB cluster.

Link copied to clipboard

The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.

Link copied to clipboard

A list of EC2 VPC security groups associated with this cluster.

Functions

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