| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default UntrustedArtifactOnDeployment |
CodeSigningConfigProps.getUntrustedArtifactOnDeployment()
(experimental) Code signing configuration policy for deployment validation failure.
|
UntrustedArtifactOnDeployment |
CodeSigningConfigProps.Jsii$Proxy.getUntrustedArtifactOnDeployment() |
static UntrustedArtifactOnDeployment |
UntrustedArtifactOnDeployment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UntrustedArtifactOnDeployment[] |
UntrustedArtifactOnDeployment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CodeSigningConfigProps.Builder |
CodeSigningConfigProps.Builder.untrustedArtifactOnDeployment(UntrustedArtifactOnDeployment untrustedArtifactOnDeployment)
Sets the value of
CodeSigningConfigProps.getUntrustedArtifactOnDeployment() |
CodeSigningConfig.Builder |
CodeSigningConfig.Builder.untrustedArtifactOnDeployment(UntrustedArtifactOnDeployment untrustedArtifactOnDeployment)
(experimental) Code signing configuration policy for deployment validation failure.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends ISigningProfile> signingProfiles,
String description,
UntrustedArtifactOnDeployment untrustedArtifactOnDeployment)
Constructor that initializes the object based on literal property values passed by the
CodeSigningConfigProps.Builder. |
Copyright © 2021. All rights reserved.