[ aws . pi ]

get-dimension-key-details

Description

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.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  get-dimension-key-details
--service-type <value>
--identifier <value>
--group <value>
--group-identifier <value>
[--requested-dimensions <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--service-type (string)

The AWS service for which Performance Insights returns data. The only valid value is RDS .

Possible values:

  • RDS

--identifier (string)

The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an AWS Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X .

--group (string)

The name of the dimension group. The only valid value is db.sql . Performance Insights searches the specified group for the dimension group ID.

--group-identifier (string)

The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql , the group ID is db.sql.id .

--requested-dimensions (list)

A list of dimensions to retrieve the detail data for within the given dimension group. For the dimension group db.sql , specify either the full dimension name db.sql.statement or the short dimension name statement . If you don’t specify this parameter, Performance Insights returns all dimension data within the specified dimension group.

(string)

Syntax:

"string" "string" ...

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

Dimensions -> (list)

The details for the requested dimensions.

(structure)

An object that describes the details for a specified dimension.

Value -> (string)

The value of the dimension detail data. For the db.sql.statement dimension, this value is either the full or truncated SQL query, depending on the return status.

Dimension -> (string)

The full name of the dimension. The full name includes the group name and key name. The only valid value is db.sql.statement .

Status -> (string)

The status of the dimension detail data. Possible values include the following:

  • AVAILABLE - The dimension detail data is ready to be retrieved.

  • PROCESSING - The dimension detail data isn’t ready to be retrieved because more processing time is required. If the requested detail data for db.sql.statement has the status PROCESSING , Performance Insights returns the truncated query.

  • UNAVAILABLE - The dimension detail data could not be collected successfully.