Put function code signing config
async_boto.validation.lambda_.put_function_code_signing_config
PutFunctionCodeSigningConfigRequest
Bases: BaseModel
Request model for updating the code signing configuration of an AWS Lambda function.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
CodeSigningConfigArn |
The ARN of the code signing configuration.
TYPE:
|
FunctionName
instance-attribute
FunctionName
CodeSigningConfigArn
instance-attribute
CodeSigningConfigArn
PutFunctionCodeSigningConfigResponse
Bases: BaseModel
Response model for updating the code signing configuration of an AWS Lambda function.
| ATTRIBUTE | DESCRIPTION |
|---|---|
CodeSigningConfigArn |
The ARN of the code signing configuration.
TYPE:
|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
CodeSigningConfigArn
instance-attribute
CodeSigningConfigArn
FunctionName
instance-attribute
FunctionName