CreateFilterRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the action that is to be applied to the findings that match the filter.

Link copied to clipboard

The idempotency token for the create request.

Link copied to clipboard

The description of the filter. Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ({ }, [ ], and ( )), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.

Link copied to clipboard

The ID of the detector belonging to the GuardDuty account that you want to create a filter for.

Link copied to clipboard

Represents the criteria to be used in the filter for querying findings.

Link copied to clipboard
val name: String?

The name of the filter. Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.

Link copied to clipboard
val rank: Int?

Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.

Link copied to clipboard

The tags to be added to a new filter resource.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String