@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.508Z") @Stability(value=Experimental) public interface CodeSigningConfigProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeSigningConfigProps.Builder
A builder for
CodeSigningConfigProps |
static class |
CodeSigningConfigProps.Jsii$Proxy
An implementation for
CodeSigningConfigProps |
| Modifier and Type | Method and Description |
|---|---|
static CodeSigningConfigProps.Builder |
builder() |
default String |
getDescription()
(experimental) Code signing configuration description.
|
List<ISigningProfile> |
getSigningProfiles()
(experimental) List of signing profiles that defines a trusted user who can sign a code package.
|
default UntrustedArtifactOnDeployment |
getUntrustedArtifactOnDeployment()
(experimental) Code signing configuration policy for deployment validation failure.
|
@Stability(value=Experimental) @NotNull List<ISigningProfile> getSigningProfiles()
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - No description.
@Stability(value=Experimental) @Nullable default UntrustedArtifactOnDeployment getUntrustedArtifactOnDeployment()
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: UntrustedArtifactOnDeployment.WARN
@Stability(value=Experimental) static CodeSigningConfigProps.Builder builder()
CodeSigningConfigProps.Builder of CodeSigningConfigPropsCopyright © 2021. All rights reserved.