DbInstanceSummary

Contains a summary of a DB instance.

Types

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

Properties

Link copied to clipboard

The amount of storage to allocate for your DbStorageType 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

Single-Instance or with a MultiAZ Standby for High availability.

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

This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

Link copied to clipboard

Specifies whether the networkType 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
inline fun copy(block: DbInstanceSummary.Builder.() -> Unit = {}): DbInstanceSummary
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