data class FunctionCodeArgs(val imageUri: Output<String>? = null, val s3Bucket: Output<String>? = null, val s3Key: Output<String>? = null, val s3ObjectVersion: Output<String>? = null, val zipFile: Output<String>? = null) : ConvertibleToJava<FunctionCodeArgs>
The source code of your Lambda function. If you include your function source inline with this parameter, AWS CloudFormation places it in a file named index and zips it to create a deployment package..