RowFilterExpression - Amazon DataZone

RowFilterExpression

The row filter expression.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

equalTo

The 'equal to' clause of the row filter expression.

Type: EqualToExpression object

Required: No

greaterThan

The 'greater than' clause of the row filter expression.

Type: GreaterThanExpression object

Required: No

greaterThanOrEqualTo

The 'greater than or equal to' clause of the filter expression.

Type: GreaterThanOrEqualToExpression object

Required: No

in

The 'in' clause of the row filter expression.

Type: InExpression object

Required: No

isNotNull

The 'is not null' clause of the row filter expression.

Type: IsNotNullExpression object

Required: No

isNull

The 'is null' clause of the row filter expression.

Type: IsNullExpression object

Required: No

lessThan

The 'less than' clause of the row filter expression.

Type: LessThanExpression object

Required: No

lessThanOrEqualTo

The 'less than or equal to' clause of the row filter expression.

Type: LessThanOrEqualToExpression object

Required: No

like

The 'like' clause of the row filter expression.

Type: LikeExpression object

Required: No

notEqualTo

The 'no equal to' clause of the row filter expression.

Type: NotEqualToExpression object

Required: No

notIn

The 'not in' clause of the row filter expression.

Type: NotInExpression object

Required: No

notLike

The 'not like' clause of the row filter expression.

Type: NotLikeExpression object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: