paws.analytics (version 0.1.0)

cloudsearch_define_expression: Configures an Expression for the search domain

Description

Configures an <a>Expression</a> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

Usage

cloudsearch_define_expression(DomainName, Expression)

Arguments

DomainName

[required]

Expression

[required]

Request syntax

svc$define_expression(
  DomainName = "string",
  Expression = list(
    ExpressionName = "string",
    ExpressionValue = "string"
  )
)