Struct aws_sdk_lambda::model::CodeSigningPolicies
source · #[non_exhaustive]pub struct CodeSigningPolicies { /* private fields */ }Expand description
Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
Implementations§
source§impl CodeSigningPolicies
impl CodeSigningPolicies
sourcepub fn untrusted_artifact_on_deployment(&self) -> Option<&CodeSigningPolicy>
pub fn untrusted_artifact_on_deployment(&self) -> Option<&CodeSigningPolicy>
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
source§impl CodeSigningPolicies
impl CodeSigningPolicies
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CodeSigningPolicies.
Trait Implementations§
source§impl Clone for CodeSigningPolicies
impl Clone for CodeSigningPolicies
source§fn clone(&self) -> CodeSigningPolicies
fn clone(&self) -> CodeSigningPolicies
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CodeSigningPolicies
impl Debug for CodeSigningPolicies
source§impl PartialEq<CodeSigningPolicies> for CodeSigningPolicies
impl PartialEq<CodeSigningPolicies> for CodeSigningPolicies
source§fn eq(&self, other: &CodeSigningPolicies) -> bool
fn eq(&self, other: &CodeSigningPolicies) -> bool
This method tests for
self and other values to be equal, and is used
by ==.