aws.opensearch.describe_reserved_instance_offerings
Example SQL Queries
SELECT * FROMaws.opensearch.describe_reserved_instance_offerings;Description
Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. | BIGINT |
| next_token Input Column When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page. | VARCHAR |
| reserved_instance_offering_id Input Column The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation 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
| |
| reserved_instance_offerings List of Reserved Instance offerings. | STRUCT( |
Show child fields
| |