This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lambda::CodeSigningConfig CodeSigningPolicies
Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "UntrustedArtifactOnDeployment" :String}
YAML
UntrustedArtifactOnDeployment:String
Properties
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 toWarn, Lambda allows the deployment and issues a new Amazon CloudWatch metric (SignatureValidationErrors) and also stores the warning in the CloudTrail log.Default value:
WarnRequired: Yes
Type: String
Allowed values:
Warn | EnforceUpdate requires: No interruption