GetDbClusterResponse

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 instance type that InfluxDB runs on.

Link copied to clipboard

The ID of the DB parameter group assigned to your DB cluster.

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

The configured failover mode for the DB cluster.

Link copied to clipboard
val id: String

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

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

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

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

Indicates if the DB cluster has a public IP to facilitate access from outside the VPC.

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.

Link copied to clipboard

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

Link copied to clipboard

A list of VPC subnet IDs associated with the DB cluster.

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