aws.pi.get_resource_metadata
Example SQL Queries
SELECT * FROMaws.pi.get_resource_metadataWHERE"service_type" = 'VALUE'AND "identifier" = 'VALUE';Description
Retrieve the metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required Input Column An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X. | VARCHAR |
| service_type Required Input Column The Amazon Web Services service for which Performance Insights returns metrics. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| features The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance. | MAP(VARCHAR, STRUCT( |