GetFindingsFilterResponse

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the filter.

Link copied to clipboard

The custom description of the filter.

Link copied to clipboard

The criteria that's used to filter findings.

Link copied to clipboard
val id: String?

The unique identifier for the filter.

Link copied to clipboard
val name: String?

The custom name of the filter.

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.

Link copied to clipboard

A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.

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