DbClusterSummary

Describes a summary of a Timestream for InfluxDB cluster.

Types

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

Properties

Link copied to clipboard

The amount of storage allocated for your DB storage type (in gibibytes).

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the DB cluster.

Link copied to clipboard

The Timestream for InfluxDB DB instance type that InfluxDB runs on.

Link copied to clipboard

The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

Link copied to clipboard

Deployment type of the DB cluster

Link copied to clipboard

The endpoint used to connect to the Timestream for InfluxDB cluster for write and read operations.

Link copied to clipboard
val id: String

Service-generated unique identifier of the DB cluster to retrieve.

Link copied to clipboard

Customer supplied name of the Timestream for InfluxDB cluster.

Link copied to clipboard

Specifies whether the network type of the Timestream for InfluxDB Cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.

Link copied to clipboard
val port: Int?

The port number on which InfluxDB accepts connections.

Link copied to clipboard

The endpoint used to connect to the Timestream for InfluxDB cluster for read-only operations.

Link copied to clipboard

The status of the DB cluster.

Functions

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