| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.signer |
AWS::Signer Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
List<ISigningProfile> |
CodeSigningConfigProps.getSigningProfiles()
(experimental) List of signing profiles that defines a trusted user who can sign a code package.
|
List<ISigningProfile> |
CodeSigningConfigProps.Jsii$Proxy.getSigningProfiles() |
| Modifier and Type | Method and Description |
|---|---|
CodeSigningConfigProps.Builder |
CodeSigningConfigProps.Builder.signingProfiles(List<? extends ISigningProfile> signingProfiles)
Sets the value of
CodeSigningConfigProps.getSigningProfiles() |
CodeSigningConfig.Builder |
CodeSigningConfig.Builder.signingProfiles(List<? extends ISigningProfile> signingProfiles)
(experimental) List of signing profiles that defines a trusted user who can sign a code package.
|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISigningProfile.Jsii$Default
Internal default implementation for
ISigningProfile. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ISigningProfile.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
SigningProfile
(experimental) Defines a Signing Profile.
|
| Modifier and Type | Method and Description |
|---|---|
static ISigningProfile |
SigningProfile.fromSigningProfileAttributes(software.constructs.Construct scope,
String id,
SigningProfileAttributes attrs)
(experimental) Creates a Signing Profile construct that represents an external Signing Profile.
|
Copyright © 2021. All rights reserved.