class
Amazonite::Lambda::CodeSigningPolicies
- Amazonite::Lambda::CodeSigningPolicies
- Reference
- Object
Overview
Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
Included Modules
- JSON::Serializable
Defined in:
lambda/code_signing_policies.crConstructors
- .new(pull : JSON::PullParser)
- .new(untrusted_artifact_on_deployment : CodeSigningPolicy | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#untrusted_artifact_on_deployment : CodeSigningPolicy | Nil
Code signing configuration policy for deployment validation failure.
-
#untrusted_artifact_on_deployment=(untrusted_artifact_on_deployment : CodeSigningPolicy | Nil)
Code signing configuration policy for deployment validation failure.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 issues a new Amazon CloudWatch metric
(SignatureValidationErrors) and also stores the warning in the CloudTrail log.
Default value: Warn
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 issues a new Amazon CloudWatch metric
(SignatureValidationErrors) and also stores the warning in the CloudTrail log.
Default value: Warn