aws.timestream_influxdb.list_db_instances
Example SQL Queries
SELECT * FROMaws.timestream_influxdb.list_db_instances;Description
Returns a list of Timestream for InfluxDB DB instances.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| allocated_storage The amount of storage to allocate for your DbStorageType in GiB (gibibytes). | BIGINT |
| arn The Amazon Resource Name (ARN) of the DB instance. | VARCHAR |
| db_instance_type The Timestream for InfluxDB instance type to run InfluxDB on. | VARCHAR |
| db_storage_type The storage type for your DB instance. | VARCHAR |
| deployment_type Single-Instance or with a MultiAZ Standby for High availability. | VARCHAR |
| endpoint The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086. | VARCHAR |
| id The service-generated unique identifier of the DB instance. | VARCHAR |
| name This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and AWS CLI commands. | VARCHAR |
| status The status of the DB instance. | VARCHAR |