dimension_key_details
Creates, updates, deletes, gets or lists a dimension_key_details resource.
Overview
| Name | dimension_key_details |
| Type | Resource |
| Id | aws.pi.dimension_key_details |
Fields
The following fields are returned by SELECT queries:
- get_dimension_key_details
| Name | Datatype | Description |
|---|---|---|
dimensions | array | The details for the requested dimensions. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_dimension_key_details | select | region | Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID, GetDimensionKeyDetails retrieves the full text of the dimension db.sql.statement associated with this ID. This operation is useful because GetResourceMetrics and DescribeDimensionKeys don't support retrieval of large SQL statement text, lock snapshots, and execution plans. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_dimension_key_details
Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID, GetDimensionKeyDetails retrieves the full text of the dimension db.sql.statement associated with this ID. This operation is useful because GetResourceMetrics and DescribeDimensionKeys don't support retrieval of large SQL statement text, lock snapshots, and execution plans.
SELECT
dimensions
FROM aws.pi.dimension_key_details
WHERE region = '{{ region }}' -- required
;