/AWS1/CL_LMDGETFUNCCODESIGNI01¶
GetFunctionCodeSigningConfigResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_codesigningconfigarn TYPE /AWS1/LMDCODESIGNINGCONFIGARN /AWS1/LMDCODESIGNINGCONFIGARN¶
The The Amazon Resource Name (ARN) of the code signing configuration.
iv_functionname TYPE /AWS1/LMDFUNCTIONNAME /AWS1/LMDFUNCTIONNAME¶
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.
Queryable Attributes¶
CodeSigningConfigArn¶
The The Amazon Resource Name (ARN) of the code signing configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODESIGNINGCONFIGARN() |
Getter for CODESIGNINGCONFIGARN, with configurable default |
ASK_CODESIGNINGCONFIGARN() |
Getter for CODESIGNINGCONFIGARN w/ exceptions if field has n |
HAS_CODESIGNINGCONFIGARN() |
Determine if CODESIGNINGCONFIGARN has a value |
FunctionName¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONNAME() |
Getter for FUNCTIONNAME, with configurable default |
ASK_FUNCTIONNAME() |
Getter for FUNCTIONNAME w/ exceptions if field has no value |
HAS_FUNCTIONNAME() |
Determine if FUNCTIONNAME has a value |