Get Influx Db Instance Result
data class GetInfluxDbInstanceResult(val arn: String? = null, val availabilityZone: String? = null, val dbParameterGroupIdentifier: String? = null, val endpoint: String? = null, val id: String? = null, val influxAuthParametersSecretArn: String? = null, val logDeliveryConfiguration: LogDeliveryConfigurationProperties? = 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, dbParameterGroupIdentifier: String? = null, endpoint: String? = null, id: String? = null, influxAuthParametersSecretArn: String? = null, logDeliveryConfiguration: LogDeliveryConfigurationProperties? = null, secondaryAvailabilityZone: String? = null, status: InfluxDbInstanceStatus? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The Availability Zone (AZ) where the InfluxDB instance is created.
Link copied to clipboard
The name of an existing InfluxDB parameter group.
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
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.