class
Amazonite::Lambda::PutFunctionCodeSigningConfigRequest
- Amazonite::Lambda::PutFunctionCodeSigningConfigRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/put_function_code_signing_config_request.crConstructors
- .new(code_signing_config_arn : String, function_name : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code_signing_config_arn : String
The The Amazon Resource Name (ARN) of the code signing configuration.
-
#code_signing_config_arn=(code_signing_config_arn : String)
The The Amazon Resource Name (ARN) of the code signing configuration.
-
#function_name : String
The name or ARN of the Lambda function.
-
#function_name=(function_name : String)
The name or ARN of the Lambda function.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The The Amazon Resource Name (ARN) of the code signing configuration.
The The Amazon Resource Name (ARN) of the code signing configuration.
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.
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.