aws.memorydb.describe_reserved_nodes_offerings
Example SQL Queries
SELECT * FROMaws.memorydb.describe_reserved_nodes_offerings;Description
Lists available reserved node offerings.
Table Definition
| Column Name | Column Data Type |
|---|---|
| node_type Input Column The node type for the reserved nodes. For more information, see Supported node types. | VARCHAR |
| offering_type Input Column The offering type of this reserved node. | VARCHAR |
| reserved_nodes_offering_id Input Column The offering identifier. | 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 |
| duration The duration of the reservation in seconds. | BIGINT |
| fixed_price The fixed price charged for this reserved node. | DOUBLE |
| recurring_charges The recurring price charged to run this reserved node. | STRUCT( |
Show child fields
| |