aws.timestream_influxdb.get_db_parameter_group
Example SQL Queries
SELECT * FROMaws.timestream_influxdb.get_db_parameter_groupWHERE"identifier" = 'VALUE';Description
Returns a Timestream for InfluxDB DB parameter group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required Input Column The id of the DB parameter group. | VARCHAR |
| _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
| |
| arn The Amazon Resource Name (ARN) of the DB parameter group. | VARCHAR |
| description A description of the DB parameter group. | VARCHAR |
| id A service-generated unique identifier. | VARCHAR |
| name The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands. | VARCHAR |
| parameters The parameters that comprise the DB parameter group. | STRUCT( |
Show child fields
| |