UpdateFindingsRequest

Updates findings with the new values provided in the request.

Types

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

Properties

Link copied to clipboard

The ARN of the analyzer that generated the findings to update.

Link copied to clipboard

A client token.

Link copied to clipboard
val ids: List<String>?

The IDs of the findings to update.

Link copied to clipboard

The ARN of the resource identified in the finding.

Link copied to clipboard

The state represents the action to take to update the finding Status. Use ARCHIVE to change an Active finding to an Archived finding. Use ACTIVE to change an Archived finding to an Active finding.

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