LambdaDetails

Information about the Lambda function involved in the finding.

Types

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

Properties

Link copied to clipboard

Description of the Lambda function.

Link copied to clipboard

Amazon Resource Name (ARN) of the Lambda function.

Link copied to clipboard

Name of the Lambda function.

Link copied to clipboard

The version of the Lambda function.

Link copied to clipboard

The timestamp when the Lambda function was last modified. This field is in the UTC date string format (2023-03-22T19:37:20.168Z).

Link copied to clipboard

The revision ID of the Lambda function version.

Link copied to clipboard
val role: String?

The execution role of the Lambda function.

Link copied to clipboard
val tags: List<Tag>?

A list of tags attached to this resource, listed in the format of key:value pair.

Link copied to clipboard

Amazon Virtual Private Cloud configuration details associated with your Lambda function.

Functions

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