@Stability(value=Stable)
public static interface CfnCodeSigningConfig.AllowedPublishersProperty
extends software.amazon.jsii.JsiiSerializable
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() |
List<String> |
getSigningProfileVersionArns()
The Amazon Resource Name (ARN) for each of the signing profiles.
|
@Stability(value=Stable) @NotNull List<String> getSigningProfileVersionArns()
A signing profile defines a trusted user who can sign a code package.
@Stability(value=Stable) static CfnCodeSigningConfig.AllowedPublishersProperty.Builder builder()
Copyright © 2023. All rights reserved.