/AWS1/CL_TSQDESCRACCTSTGSRSP¶
DescribeAccountSettingsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_maxquerytcu TYPE /AWS1/TSQMAXQUERYCAPACITY /AWS1/TSQMAXQUERYCAPACITY¶
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).
iv_querypricingmodel TYPE /AWS1/TSQQUERYPRICINGMODEL /AWS1/TSQQUERYPRICINGMODEL¶
The pricing model for queries in your account.
The
QueryPricingModelparameter is used by several Timestream operations; however, theUpdateAccountSettingsAPI operation doesn't recognize any values other thanCOMPUTE_UNITS.
io_querycompute TYPE REF TO /AWS1/CL_TSQQUERYCOMPUTERSP /AWS1/CL_TSQQUERYCOMPUTERSP¶
An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.
Queryable Attributes¶
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).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXQUERYTCU() |
Getter for MAXQUERYTCU, with configurable default |
ASK_MAXQUERYTCU() |
Getter for MAXQUERYTCU w/ exceptions if field has no value |
HAS_MAXQUERYTCU() |
Determine if MAXQUERYTCU has a value |
QueryPricingModel¶
The pricing model for queries in your account.
The
QueryPricingModelparameter is used by several Timestream operations; however, theUpdateAccountSettingsAPI operation doesn't recognize any values other thanCOMPUTE_UNITS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYPRICINGMODEL() |
Getter for QUERYPRICINGMODEL, with configurable default |
ASK_QUERYPRICINGMODEL() |
Getter for QUERYPRICINGMODEL w/ exceptions if field has no v |
HAS_QUERYPRICINGMODEL() |
Determine if QUERYPRICINGMODEL has a value |
QueryCompute¶
An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYCOMPUTE() |
Getter for QUERYCOMPUTE |