Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
** UntrustedArtifactOnDeployment **
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
Type: String
Valid Values: Warn | Enforce
Required: No
For more information about using this API in one of the language-specific AWS SDKs, see the following: