AWS::GuardDuty::Filter Condition - AWS CloudFormation

AWS::GuardDuty::Filter Condition

Specifies the condition to apply to a single field when filtering through GuardDuty findings.

Syntax

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

JSON

{ "Eq" : [ String, ... ], "Equals" : [ String, ... ], "GreaterThan" : Integer, "GreaterThanOrEqual" : Integer, "Gt" : Integer, "Gte" : Integer, "LessThan" : Integer, "LessThanOrEqual" : Integer, "Lt" : Integer, "Lte" : Integer, "Neq" : [ String, ... ], "NotEquals" : [ String, ... ] }

YAML

Eq: - String Equals: - String GreaterThan: Integer GreaterThanOrEqual: Integer Gt: Integer Gte: Integer LessThan: Integer LessThanOrEqual: Integer Lt: Integer Lte: Integer Neq: - String NotEquals: - String

Properties

Eq

Represents the equal condition to apply to a single field when querying for findings.

Required: No

Type: Array of String

Update requires: No interruption

Equals

Represents an equal condition to be applied to a single field when querying for findings.

Required: No

Type: Array of String

Update requires: No interruption

GreaterThan

Represents a greater than condition to be applied to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

GreaterThanOrEqual

Represents a greater than or equal condition to be applied to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

Gt

Represents a greater than condition to be applied to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

Gte

Represents the greater than or equal condition to apply to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

LessThan

Represents a less than condition to be applied to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

LessThanOrEqual

Represents a less than or equal condition to be applied to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

Lt

Represents the less than condition to apply to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

Lte

Represents the less than or equal condition to apply to a single field when querying for findings.

Required: No

Type: Integer

Update requires: No interruption

Neq

Represents the not equal condition to apply to a single field when querying for findings.

Required: No

Type: Array of String

Update requires: No interruption

NotEquals

Represents a not equal condition to be applied to a single field when querying for findings.

Required: No

Type: Array of String

Update requires: No interruption