class Aws::Lambda::Types::CodeSigningPolicies
Code signing configuration [policies] specify the validation failure action for signature mismatch or expiry.
[1]: docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html#config-codesigning-policies
@note When making an API call, you may pass CodeSigningPolicies
data as a hash: { untrusted_artifact_on_deployment: "Warn", # accepts Warn, Enforce }
@!attribute [rw] untrusted_artifact_on_deployment
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` @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CodeSigningPolicies AWS API Documentation
Constants
- SENSITIVE