DbInstanceForClusterSummary

Contains a summary of a DB instance belonging to a DB 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 GiB (gibibytes).

Link copied to clipboard
val arn: String

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

Link copied to clipboard

The Timestream for InfluxDB instance type to run InfluxDB on.

Link copied to clipboard

The storage type for your DB instance.

Link copied to clipboard

Specifies the deployment type if applicable.

Link copied to clipboard

The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.

Link copied to clipboard
val id: String

The service-generated unique identifier of the DB instance.

Link copied to clipboard

Specifies the DB instance's role in the cluster.

Link copied to clipboard

A service-generated name for the DB instance based on the customer-supplied name for the DB cluster.

Link copied to clipboard

Specifies whether the network type of the Timestream for InfluxDB instance 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 status of the DB instance.

Functions

Link copied to clipboard
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