UpdateFindingsFilterRequest

Types

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

Properties

Link copied to clipboard

The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

Link copied to clipboard

A unique, case-sensitive token that you provide to ensure the idempotency of the request.

Link copied to clipboard

A custom description of the filter. The description can contain as many as 512 characters.

Link copied to clipboard

The criteria to use to filter findings.

Link copied to clipboard
val id: String?

The unique identifier for the Amazon Macie resource that the request applies to.

Link copied to clipboard
val name: String?

A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.

Link copied to clipboard

The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.

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