GetFunctionPlainArgs

data class GetFunctionPlainArgs(val functionName: String) : ConvertibleToJava<GetFunctionPlainArgs>

Constructors

Link copied to clipboard
constructor(functionName: String)

Properties

Link copied to clipboard

The name of the Lambda function, up to 64 characters in length. If you don't specify a name, CFN generates one. If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.

Functions

Link copied to clipboard
open override fun toJava(): GetFunctionPlainArgs