class Amazonite::Lambda::CreateCodeSigningConfigRequest

Included Modules

Defined in:

lambda/create_code_signing_config_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(allowed_publishers : AllowedPublishers, description : String | Nil = nil, code_signing_policies : CodeSigningPolicies | Nil = nil, tags : Hash(String, String) | Nil = nil) #

[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 allowed_publishers : AllowedPublishers #

Signing profiles for this code signing configuration.


[View source]
def allowed_publishers=(allowed_publishers : AllowedPublishers) #

Signing profiles for this code signing configuration.


[View source]
def code_signing_policies : CodeSigningPolicies | Nil #

The code signing policies define the actions to take if the validation checks fail.


[View source]
def code_signing_policies=(code_signing_policies : CodeSigningPolicies | Nil) #

The code signing policies define the actions to take if the validation checks fail.


[View source]
def description : String | Nil #

Descriptive name for this code signing configuration.


[View source]
def description=(description : String | Nil) #

Descriptive name for this code signing configuration.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def tags : Hash(String, String) | Nil #

A list of tags to add to the code signing configuration.


[View source]
def tags=(tags : Hash(String, String) | Nil) #

A list of tags to add to the code signing configuration.


[View source]
def validate! : Nil #

[View source]