Skip to content

Describe account settings

async_boto.validation.timestream_query.describe_account_settings

DescribeAccountSettingsRequest

Bases: BaseModel

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.

DescribeAccountSettingsResponse

Bases: BaseModel

The response returned by the service when a DescribeAccountSettings action is successful.

PARAMETER DESCRIPTION
MaxQueryTCU

The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. This configuration is applicable only for on-demand usage of (TCUs).

TYPE: int

QueryCompute

An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload. QueryCompute is available only in the Asia Pacific (Mumbai) region.

TYPE: QueryComputeResponse

QueryPricingModel

The pricing model for queries in your account.

TYPE: str

MaxQueryTCU instance-attribute

MaxQueryTCU

QueryCompute instance-attribute

QueryCompute

QueryPricingModel instance-attribute

QueryPricingModel