Function

class Function

Information about a Lambda function.

Types

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

Properties

Link copied to clipboard

The ARN of the Lambda function.

Link copied to clipboard

The configuration of the Lambda function.

Link copied to clipboard
val id: String?

A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.

Functions

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