aws.memorydb.describe_service_updates
Example SQL Queries
SELECT * FROMaws.memorydb.describe_service_updates;Description
Returns details of the service updates
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_names Input Column The list of cluster names to identify service updates to apply | VARCHAR[] |
Show child fields
| |
| 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
| |
| _input_status Input Column | VARCHAR[] |
Show child fields
| |
| auto_update_start_date The date at which the service update will be automatically applied | TIMESTAMP_S |
| cluster_name The name of the cluster to which the service update applies | VARCHAR |
| description Provides details of the service update | VARCHAR |
| nodes_updated A list of nodes updated by the service update | VARCHAR |
| release_date The date when the service update is initially available | TIMESTAMP_S |
| status The status of the service update | VARCHAR |
| type Reflects the nature of the service update | VARCHAR |