GeneratorDetails

Provides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to findings that relate to Lambda functions. Amazon Inspector identifies policy violations and vulnerabilities in Lambda function code based on internal detectors developed in collaboration with Amazon CodeGuru. Security Hub receives those findings.

Types

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

Properties

Link copied to clipboard

The description of the detector used to identify the code vulnerability.

Link copied to clipboard

An array of tags used to identify the detector associated with the finding.

Link copied to clipboard
val name: String?

The name of the detector used to identify the code vulnerability.

Functions

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