aws.elasticache.describe_service_updates
Example SQL Queries
SELECT * FROMaws.elasticache.describe_service_updates;Description
Returns details of the service updates
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_update_name Input Column The unique ID of the service update | 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 |
| _input_service_update_status Input Column | VARCHAR[] |
Show child fields
| |
| auto_update_after_recommended_apply_by_date Indicates whether the service update will be automatically applied once the recommended apply-by date has expired. | BOOLEAN |
| engine The Elasticache engine to which the update applies. Either Redis OSS or Memcached. | VARCHAR |
| engine_version The Elasticache engine version to which the update applies. Either Redis OSS or Memcached engine version. | VARCHAR |
| estimated_update_time The estimated length of time the service update will take | VARCHAR |
| service_update_description Provides details of the service update | VARCHAR |
| service_update_end_date The date after which the service update is no longer available | TIMESTAMP_S |
| service_update_recommended_apply_by_date The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance. | TIMESTAMP_S |
| service_update_release_date The date when the service update is initially available | TIMESTAMP_S |
| service_update_severity The severity of the service update | VARCHAR |
| service_update_status The status of the service update | VARCHAR |
| service_update_type Reflects the nature of the service update | VARCHAR |