aws.rds.describe_pending_maintenance_actions
Example SQL Queries
SELECT * FROMaws.rds.describe_pending_maintenance_actions;Description
Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.
This API follows an eventual consistency model. This means that the result of the DescribePendingMaintenanceActions command might not be immediately visible to all subsequent RDS commands. Keep this in mind when you use DescribePendingMaintenanceActions immediately after using a previous API command such as ApplyPendingMaintenanceActions.
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 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
| |