AWSLambdaAllowedPublishers

Objective-C

@interface AWSLambdaAllowedPublishers

Swift

class AWSLambdaAllowedPublishers

List of signing profiles that can sign a code package.

Required parameters: [SigningProfileVersionArns]

  • The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable signingProfileVersionArns;

    Swift

    var signingProfileVersionArns: [String]? { get set }