cloudsearch_describe_expressions: Gets the expressions configured for the search domain

View source: R/cloudsearch_operations.R

cloudsearch_describe_expressionsR Documentation

Gets the expressions configured for the search domain

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.

See https://www.paws-r-sdk.com/docs/cloudsearch_describe_expressions/ for full documentation.

Usage

cloudsearch_describe_expressions(
  DomainName,
  ExpressionNames = NULL,
  Deployed = NULL
)

Arguments

DomainName

[required] The name of the domain you want to describe.

ExpressionNames

Limits the describe_expressions response to the specified expressions. If not specified, all expressions are shown.

Deployed

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.