CodeVulnerabilitiesFilePath

Provides details about where a code vulnerability is located in your Lambda function.

Types

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

Properties

Link copied to clipboard
val endLine: Int?

The line number of the last line of code in which the vulnerability is located.

Link copied to clipboard

The name of the file in which the code vulnerability is located.

Link copied to clipboard

The file path to the code in which the vulnerability is located.

Link copied to clipboard

The line number of the first line of code in which the vulnerability is located.

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