aws.cloudsearch.describe_expressions
Example SQL Queries
SELECT * FROMaws.cloudsearch.describe_expressionsWHERE"domain_name" = 'VALUE';Description
Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain you want to describe. | VARCHAR |
| deployed Input Column Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false. | BOOLEAN |
| expression_names Input Column Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown. | VARCHAR[] |
Show child fields
| |
| _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 |
| expressions The expressions configured for the domain. | STRUCT( |
Show child fields
| |