CustomDetection

Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.

Types

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

Properties

Link copied to clipboard
val arn: String?

The unique identifier for the custom data identifier.

Link copied to clipboard
val count: Long?

The total number of occurrences of the sensitive data that the custom data identifier detected.

Link copied to clipboard
val name: String?

The name of the custom data identifier.

Link copied to clipboard

The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.

Functions

Link copied to clipboard
inline fun copy(block: CustomDetection.Builder.() -> Unit = {}): CustomDetection
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