Class CfnCodeSigningConfig.CodeSigningPoliciesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnCodeSigningConfig.CodeSigningPoliciesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeSigningConfig.CodeSigningPoliciesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeSigningConfig.CodeSigningPoliciesProperty
@Stability(Stable)
@Internal
public static final class CfnCodeSigningConfig.CodeSigningPoliciesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeSigningConfig.CodeSigningPoliciesProperty
An implementation for
CfnCodeSigningConfig.CodeSigningPoliciesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnCodeSigningConfig.CodeSigningPoliciesProperty
CfnCodeSigningConfig.CodeSigningPoliciesProperty.Builder, CfnCodeSigningConfig.CodeSigningPoliciesProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeSigningConfig.CodeSigningPoliciesProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCodeSigningConfig.CodeSigningPoliciesProperty.Builder
.
-
-
Method Details
-
getUntrustedArtifactOnDeployment
Description copied from interface:CfnCodeSigningConfig.CodeSigningPoliciesProperty
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 toWarn
, Lambda allows the deployment and creates a CloudWatch log.Default value:
Warn
Default: - "Warn"
- Specified by:
getUntrustedArtifactOnDeployment
in interfaceCfnCodeSigningConfig.CodeSigningPoliciesProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-