Struct aws_sdk_lambda::model::CodeSigningPolicies [−][src]
#[non_exhaustive]pub struct CodeSigningPolicies {
pub untrusted_artifact_on_deployment: Option<CodeSigningPolicy>,
}Expand description
Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.untrusted_artifact_on_deployment: 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
Implementations
Creates a new builder-style object to manufacture CodeSigningPolicies
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CodeSigningPolicies
impl Send for CodeSigningPolicies
impl Sync for CodeSigningPolicies
impl Unpin for CodeSigningPolicies
impl UnwindSafe for CodeSigningPolicies
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more