class Amazonite::Lambda::AllowedPublishers

Overview

List of signing profiles that can sign a code package.

Included Modules

Defined in:

lambda/allowed_publishers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(signing_profile_version_arns : Array(String)) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def signing_profile_version_arns : Array(String) #

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


[View source]
def signing_profile_version_arns=(signing_profile_version_arns : Array(String)) #

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


[View source]
def validate! : Nil #

[View source]