aws.timestream_query.describe_account_settings
Example SQL Queries
SELECT * FROMaws.timestream_query.describe_account_settings;Description
Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload.
You're charged only for the duration of compute units used for your workloads.
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
| |
| max_query_tcu The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries. | BIGINT |
| query_pricing_model The pricing model for queries in your account. | VARCHAR |