aws.docdb.describe_pending_maintenance_actions
Example SQL Queries
SELECT * FROMaws.docdb.describe_pending_maintenance_actions;Description
Returns a list of resources (for example, instances) that have at least one pending maintenance action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column A filter that specifies one or more resources to return pending maintenance actions for. Supported filters:
| STRUCT( |
Show child fields
| |
| resource_identifier Input Column The Amazon Resource Name (ARN) of the resource that has pending maintenance actions. | 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 |
| pending_maintenance_action_details A list that provides details about the pending maintenance actions for the resource. | STRUCT( |
Show child fields
| |