untrustedArtifactOnDeployment property
Code signing configuration policy for deployment validation failure. If you
set the policy to Enforce, Lambda blocks the deployment request
if signature validation checks fail. If you set the policy to
Warn, Lambda allows the deployment and creates a CloudWatch
log.
Default value: Warn
Implementation
final CodeSigningPolicy? untrustedArtifactOnDeployment;