sourceCodeHash property

Output<String> sourceCodeHash
latefinal

Virtual attribute used to trigger replacement when source code changes. Must be set to a base64-encoded SHA256 hash of the package file specified with either filename or s3Key. The usual way to set this is filebase64sha256("file.zip") or base64sha256(file("file.zip")), where "file.zip" is the local filename of the lambda layer source archive.

Implementation

late final pulumi.Output<String> sourceCodeHash;