Skip to content

Describe Account Settings

timestreamquery_describe_account_settings R Documentation

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

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.

Usage

timestreamquery_describe_account_settings()

Value

A list with the following syntax:

list(
  MaxQueryTCU = 123,
  QueryPricingModel = "BYTES_SCANNED"|"COMPUTE_UNITS"
)

Request syntax

svc$describe_account_settings()