class Amazonite::Lambda::PutFunctionCodeSigningConfigRequest

Included Modules

Defined in:

lambda/put_function_code_signing_config_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(code_signing_config_arn : String, function_name : String) #

[View source]
def self.new(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 code_signing_config_arn : String #

The The Amazon Resource Name (ARN) of the code signing configuration.


[View source]
def code_signing_config_arn=(code_signing_config_arn : String) #

The The Amazon Resource Name (ARN) of the code signing configuration.


[View source]
def function_name : String #

The name or ARN of the Lambda function.

Name formats

  • Function name - MyFunction.

  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.

  • Partial ARN - 123456789012:function:MyFunction.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.


[View source]
def function_name=(function_name : String) #

The name or ARN of the Lambda function.

Name formats

  • Function name - MyFunction.

  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.

  • Partial ARN - 123456789012:function:MyFunction.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]