class Amazonite::Lambda::AliasConfiguration

Overview

Provides configuration information about a Lambda function alias.

Included Modules

Defined in:

lambda/alias_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(alias_arn : String | Nil = nil, name : String | Nil = nil, function_version : String | Nil = nil, description : String | Nil = nil, routing_config : AliasRoutingConfiguration | Nil = nil, revision_id : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 alias_arn : String | Nil #

The Amazon Resource Name (ARN) of the alias.


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

The Amazon Resource Name (ARN) of the alias.


[View source]
def description : String | Nil #

A description of the alias.


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

A description of the alias.


[View source]
def function_version : String | Nil #

The function version that the alias invokes.


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

The function version that the alias invokes.


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

See Object#hash(hasher)


def name : String | Nil #

The name of the alias.


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

The name of the alias.


[View source]
def revision_id : String | Nil #

A unique identifier that changes when you update the alias.


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

A unique identifier that changes when you update the alias.


[View source]
def routing_config : AliasRoutingConfiguration | Nil #

The routing configuration of the alias.


[View source]
def routing_config=(routing_config : AliasRoutingConfiguration | Nil) #

The routing configuration of the alias.


[View source]
def validate! : Nil #

[View source]