aws.rds.describe_reserved_db_instances
Example SQL Queries
SELECT * FROMaws.rds.describe_reserved_db_instances;Description
Returns information about reserved DB instances for this account, or about a specified reserved DB instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_instance_class Input Column The DB instance class for the reserved DB instance. | VARCHAR |
| filters Input Column This parameter isn't currently supported. | STRUCT( |
Show child fields
| |
| lease_id Input Column The unique identifier for the lease associated with the reserved DB instance. Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance. | VARCHAR |
| multi_az Input Column Indicates whether the reservation applies to Multi-AZ deployments. | BOOLEAN |
| offering_type Input Column The offering type of this reserved DB instance. | VARCHAR |
| product_description Input Column The description of the reserved DB instance. | VARCHAR |
| reserved_db_instance_id Input Column The unique identifier for the reservation. | VARCHAR |
| reserved_db_instances_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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| _input_duration Input Column | VARCHAR |
| currency_code The currency code for the reserved DB instance. | VARCHAR |
| db_instance_count The number of reserved DB instances. | BIGINT |
| duration The duration of the reservation in seconds. | BIGINT |
| fixed_price The fixed price charged for this reserved DB instance. | DOUBLE |
| recurring_charges The recurring price charged to run this reserved DB instance. | STRUCT( |
Show child fields
| |
| reserved_db_instance_arn The Amazon Resource Name (ARN) for the reserved DB instance. | VARCHAR |
| start_time The time the reservation started. | TIMESTAMP_S |
| state The state of the reserved DB instance. | VARCHAR |
| usage_price The hourly price charged for this reserved DB instance. | DOUBLE |