| Modifier and Type | Method and Description |
|---|---|
default UntrustedArtifactOnDeployment |
CodeSigningConfigProps.getUntrustedArtifactOnDeployment()
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 |
|---|---|
CodeSigningConfig.Builder |
CodeSigningConfig.Builder.untrustedArtifactOnDeployment(UntrustedArtifactOnDeployment untrustedArtifactOnDeployment)
Code signing configuration policy for deployment validation failure.
|
CodeSigningConfigProps.Builder |
CodeSigningConfigProps.Builder.untrustedArtifactOnDeployment(UntrustedArtifactOnDeployment untrustedArtifactOnDeployment)
Sets the value of
CodeSigningConfigProps.getUntrustedArtifactOnDeployment() |
| 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.