CodeSigningPolicies class

Code signing configuration policies specifies the validation failure action for signature mismatch or expiry.

Constructors

CodeSigningPolicies({CodeSigningPolicy? untrustedArtifactOnDeployment})
CodeSigningPolicies.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
untrustedArtifactOnDeployment 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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited