Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-lambda-codesigningconfig.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Lambda::CodeSigningConfig.. Source:- No source definition found, add manually please

Properties

AllowedPublishers object required

When the CodeSigningConfig is later on attached to a function, the function code will be expected to be signed by profiles from this list

1 nested properties
SigningProfileVersionArns string[] required

List of Signing profile version Arns

minItems=1maxItems=20
Description string | Aws_CF_FunctionString

A description of the CodeSigningConfig

CodeSigningPolicies object

Policies to control how to act if a signature is invalid

1 nested properties
UntrustedArtifactOnDeployment string | Aws_CF_FunctionString required

Indicates how Lambda operations involve updating the code artifact will operate. Default to Warn if not provided

Definitions

AllowedPublishers object

When the CodeSigningConfig is later on attached to a function, the function code will be expected to be signed by profiles from this list

SigningProfileVersionArns string[] required

List of Signing profile version Arns

minItems=1maxItems=20
CodeSigningPolicies object

Policies to control how to act if a signature is invalid

UntrustedArtifactOnDeployment string | Aws_CF_FunctionString required

Indicates how Lambda operations involve updating the code artifact will operate. Default to Warn if not provided