Skip to content

Update account settings

async_boto.validation.timestream_query.update_account_settings

UpdateAccountSettingsRequest

Bases: BaseModel

Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured.

PARAMETER DESCRIPTION
MaxQueryTCU

The maximum number of compute units 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. The maximum value supported for MaxQueryTCU is 1000.

TYPE: int

QueryCompute

Modifies the query compute settings configured in your account, including the query pricing model and provisioned Timestream Compute Units (TCUs) in your account. QueryCompute is available only in the Asia Pacific (Mumbai) region.

TYPE: QueryComputeRequest

QueryPricingModel

The pricing model for queries in an account.

TYPE: str

MaxQueryTCU class-attribute instance-attribute

MaxQueryTCU = None

QueryCompute class-attribute instance-attribute

QueryCompute = None

QueryPricingModel class-attribute instance-attribute

QueryPricingModel = None

UpdateAccountSettingsResponse

Bases: BaseModel

The response returned by the service when an UpdateAccountSettings action is successful.

PARAMETER DESCRIPTION
MaxQueryTCU

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

TYPE: int

QueryCompute

Confirms the updated account settings for querying data in your account. QueryCompute is available only in the Asia Pacific (Mumbai) region.

TYPE: QueryComputeResponse

QueryPricingModel

The pricing model for an account.

TYPE: str

MaxQueryTCU instance-attribute

MaxQueryTCU

QueryCompute instance-attribute

QueryCompute

QueryPricingModel instance-attribute

QueryPricingModel