class Amazonite::Lambda::Layer

Overview

An Lambda layer.

Included Modules

Defined in:

lambda/layer.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(arn : String | Nil = nil, code_size : Int64 | Nil = nil, signing_profile_version_arn : String | Nil = nil, signing_job_arn : 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 arn : String | Nil #

The Amazon Resource Name (ARN) of the function layer.


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

The Amazon Resource Name (ARN) of the function layer.


[View source]
def code_size : Int64 | Nil #

The size of the layer archive in bytes.


[View source]
def code_size=(code_size : Int64 | Nil) #

The size of the layer archive in bytes.


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

See Object#hash(hasher)


def signing_job_arn : String | Nil #

The Amazon Resource Name (ARN) of a signing job.


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

The Amazon Resource Name (ARN) of a signing job.


[View source]
def signing_profile_version_arn : String | Nil #

The Amazon Resource Name (ARN) for a signing profile version.


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

The Amazon Resource Name (ARN) for a signing profile version.


[View source]
def validate! : Nil #

[View source]