AWS::QBusiness::DataAccessor AttributeFilter - AWS CloudFormation

AWS::QBusiness::DataAccessor AttributeFilter

Enables filtering of responses based on document attributes or metadata fields.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

AndAllFilters

Performs a logical AND operation on all supplied filters.

Required: No

Type: Array of AttributeFilter

Update requires: No interruption

ContainsAll

Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types: stringListValue.

Required: No

Type: DocumentAttribute

Update requires: No interruption

ContainsAny

Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types: stringListValue.

Required: No

Type: DocumentAttribute

Update requires: No interruption

EqualsTo

Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue, longValue, stringListValue and stringValue.

Required: No

Type: DocumentAttribute

Update requires: No interruption

GreaterThan

Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue and longValue.

Required: No

Type: DocumentAttribute

Update requires: No interruption

GreaterThanOrEquals

Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue and longValue.

Required: No

Type: DocumentAttribute

Update requires: No interruption

LessThan

Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue and longValue.

Required: No

Type: DocumentAttribute

Update requires: No interruption

LessThanOrEquals

Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type: dateValue and longValue.

Required: No

Type: DocumentAttribute

Update requires: No interruption

NotFilter

Performs a logical NOT operation on all supplied filters.

Required: No

Type: AttributeFilter

Update requires: No interruption

OrAllFilters

Performs a logical OR operation on all supplied filters.

Required: No

Type: Array of AttributeFilter

Update requires: No interruption