Skip to content

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: str

CodeSigningConfigArn

The ARN of the code signing configuration.

TYPE: str

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: str

FunctionName

The name or ARN of the Lambda function.

TYPE: str

CodeSigningConfigArn instance-attribute

CodeSigningConfigArn

FunctionName instance-attribute

FunctionName