GetInfluxDbInstanceResult

data class GetInfluxDbInstanceResult(val arn: String? = null, val availabilityZone: String? = null, val dbInstanceType: InfluxDbInstanceDbInstanceType? = null, val dbParameterGroupIdentifier: String? = null, val deploymentType: InfluxDbInstanceDeploymentType? = null, val endpoint: String? = null, val id: String? = null, val influxAuthParametersSecretArn: String? = null, val logDeliveryConfiguration: LogDeliveryConfigurationProperties? = null, val port: Int? = null, val secondaryAvailabilityZone: String? = null, val status: InfluxDbInstanceStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, availabilityZone: String? = null, dbInstanceType: InfluxDbInstanceDbInstanceType? = null, dbParameterGroupIdentifier: String? = null, deploymentType: InfluxDbInstanceDeploymentType? = null, endpoint: String? = null, id: String? = null, influxAuthParametersSecretArn: String? = null, logDeliveryConfiguration: LogDeliveryConfigurationProperties? = null, port: Int? = null, secondaryAvailabilityZone: String? = null, status: InfluxDbInstanceStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) that is associated with the InfluxDB instance.

Link copied to clipboard

The Availability Zone (AZ) where the InfluxDB instance is created.

Link copied to clipboard

The compute instance of the InfluxDB instance.

Link copied to clipboard

The name of an existing InfluxDB parameter group.

Link copied to clipboard

Deployment type of the InfluxDB Instance.

Link copied to clipboard
val endpoint: String? = null

The connection endpoint for the InfluxDB instance.

Link copied to clipboard
val id: String? = null

The service generated unique identifier for InfluxDB instance.

Link copied to clipboard

The Auth parameters secret Amazon Resource name (ARN) that is associated with the InfluxDB instance.

Link copied to clipboard

Configuration for sending logs to customer account from the InfluxDB instance.

Link copied to clipboard
val port: Int? = null

The port number on which InfluxDB accepts connections.

Link copied to clipboard

The Secondary Availability Zone (AZ) where the InfluxDB instance is created, if DeploymentType is set as WITH_MULTIAZ_STANDBY.

Link copied to clipboard

Status of the InfluxDB Instance.

Link copied to clipboard
val tags: List<Tag>? = null

An arbitrary set of tags (key-value pairs) for this DB instance.