UpdateDbInstanceResponse

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 instance.

Link copied to clipboard

The Availability Zone in which the DB instance resides.

Link copied to clipboard

Specifies the DbCluster to which this DbInstance belongs to.

Link copied to clipboard

The Timestream for InfluxDB instance type that InfluxDB runs on.

Link copied to clipboard

The id of the DB parameter group assigned to your DB instance.

Link copied to clipboard

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

Link copied to clipboard

Specifies whether the Timestream for InfluxDB is deployed as Single-AZ 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

A service-generated unique identifier.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.

Link copied to clipboard

Specifies the DbInstance's role in the cluster.

Link copied to clipboard

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

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

Indicates if the DB instance has a public IP to facilitate access.

Link copied to clipboard

The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.

Link copied to clipboard

The status of the DB instance.

Link copied to clipboard

A list of VPC security group IDs associated with the DB instance.

Link copied to clipboard

A list of VPC subnet IDs associated with 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