Interface CfnCodeSigningConfig.AllowedPublishersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCodeSigningConfig.AllowedPublishersProperty.Jsii$Proxy
Enclosing class:
CfnCodeSigningConfig

@Stability(Stable) public static interface CfnCodeSigningConfig.AllowedPublishersProperty extends software.amazon.jsii.JsiiSerializable
List of signing profiles that can sign a code package.

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();