getFunction

Resource Type definition for AWS::Lambda::Function in region

Return

null

Parameters

argument

null


suspend fun getFunction(functionName: String): GetFunctionResult

Return

null

See also

Parameters

functionName

The name of the Lambda function, up to 64 characters in length. If you don't specify a name, AWS CloudFormation generates one.


suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.awsnative.lambda.kotlin.inputs.GetFunctionPlainArgs.