TimestreamQuery / Client / describe_account_settings

describe_account_settings#

TimestreamQuery.Client.describe_account_settings()#

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.

See also: AWS API Documentation

Request Syntax

response = client.describe_account_settings()
Return type:

dict

Returns:

Response Syntax

{
    'MaxQueryTCU': 123,
    'QueryPricingModel': 'BYTES_SCANNED'|'COMPUTE_UNITS'
}

Response Structure

  • (dict) –

    • MaxQueryTCU (integer) –

      The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries.

    • QueryPricingModel (string) –

      The pricing model for queries in your account.

Exceptions

  • TimestreamQuery.Client.exceptions.AccessDeniedException

  • TimestreamQuery.Client.exceptions.InternalServerException

  • TimestreamQuery.Client.exceptions.ThrottlingException

  • TimestreamQuery.Client.exceptions.InvalidEndpointException