public static interface CfnCodeSigningConfig.AllowedPublishersProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; AllowedPublishersProperty allowedPublishersProperty = AllowedPublishersProperty.builder() .signingProfileVersionArns(List.of("signingProfileVersionArns")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCodeSigningConfig.AllowedPublishersProperty.Builder
A builder for
CfnCodeSigningConfig.AllowedPublishersProperty |
static class |
CfnCodeSigningConfig.AllowedPublishersProperty.Jsii$Proxy
An implementation for
CfnCodeSigningConfig.AllowedPublishersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCodeSigningConfig.AllowedPublishersProperty.Builder |
builder() |
java.util.List<java.lang.String> |
getSigningProfileVersionArns()
The Amazon Resource Name (ARN) for each of the signing profiles.
|
java.util.List<java.lang.String> getSigningProfileVersionArns()
A signing profile defines a trusted user who can sign a code package.
static CfnCodeSigningConfig.AllowedPublishersProperty.Builder builder()