Interface CodeSigningPolicies.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeSigningPolicies.Builder,,CodeSigningPolicies> SdkBuilder<CodeSigningPolicies.Builder,,CodeSigningPolicies> SdkPojo
- Enclosing class:
CodeSigningPolicies
-
Method Summary
Modifier and TypeMethodDescriptionuntrustedArtifactOnDeployment(String untrustedArtifactOnDeployment) Code signing configuration policy for deployment validation failure.untrustedArtifactOnDeployment(CodeSigningPolicy untrustedArtifactOnDeployment) Code signing configuration policy for deployment validation failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
untrustedArtifactOnDeployment
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 issues a new Amazon CloudWatch metric (SignatureValidationErrors) and also stores the warning in the CloudTrail log.Default value:
Warn- Parameters:
untrustedArtifactOnDeployment- Code signing configuration policy for deployment validation failure. If you set the policy toEnforce, Lambda blocks the deployment request if signature validation checks fail. If you set the policy toWarn, Lambda allows the deployment and issues a new Amazon CloudWatch metric (SignatureValidationErrors) and also stores the warning in the CloudTrail log.Default value:
Warn- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
untrustedArtifactOnDeployment
CodeSigningPolicies.Builder untrustedArtifactOnDeployment(CodeSigningPolicy untrustedArtifactOnDeployment) 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 issues a new Amazon CloudWatch metric (SignatureValidationErrors) and also stores the warning in the CloudTrail log.Default value:
Warn- Parameters:
untrustedArtifactOnDeployment- Code signing configuration policy for deployment validation failure. If you set the policy toEnforce, Lambda blocks the deployment request if signature validation checks fail. If you set the policy toWarn, Lambda allows the deployment and issues a new Amazon CloudWatch metric (SignatureValidationErrors) and also stores the warning in the CloudTrail log.Default value:
Warn- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-