aws.es.describe_packages
Example SQL Queries
SELECT * FROMaws.es.describe_packages;Description
Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Only returns packages that match the DescribePackagesFilterList values. | STRUCT( |
Show child fields
| |
| max_results Input Column Limits results to a maximum number of packages. | BIGINT |
| next_token Input Column | 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 |
| package_details_list List of PackageDetails objects. | STRUCT( |
Show child fields
| |