aws.memorydb.describe_reserved_nodes
Example SQL Queries
SELECT * FROMaws.memorydb.describe_reserved_nodes;Description
Returns information about reserved nodes for this account, or about a specified reserved node.
Table Definition
| Column Name | Column Data Type |
|---|---|
| node_type Input Column The node type for the reserved nodes. | VARCHAR |
| offering_type Input Column The offering type of this reserved node. | VARCHAR |
| reservation_id Input Column A customer-specified identifier to track this reservation. | VARCHAR |
| reserved_nodes_offering_id Input Column The ID of the reserved node offering to purchase. | 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_duration Input Column | VARCHAR |
| arn The Amazon Resource Name (ARN) of the reserved node. | VARCHAR |
| duration The duration of the reservation in seconds. | BIGINT |
| fixed_price The fixed price charged for this reserved node. | DOUBLE |
| node_count The number of nodes that have been reserved. | BIGINT |
| recurring_charges The recurring price charged to run this reserved node. | STRUCT( |
Show child fields
| |
| start_time The time the reservation started. | TIMESTAMP_S |
| state The state of the reserved node. | VARCHAR |