---
type: resource-type
title: CodeSigningConfig
description: aws resource type AWS::Lambda::CodeSigningConfig
name: CodeSigningConfig
lexicon: aws
resource_type: AWS::Lambda::CodeSigningConfig
---
`AWS::Lambda::CodeSigningConfig`, a resource type of the aws lexicon.

## Properties

- `AllowedPublishers` (`CodeSigningConfig_AllowedPublishers`, 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
- `CodeSigningConfigArn` (`string`, optional): A unique Arn for CodeSigningConfig resource
- `CodeSigningConfigId` (`string`, optional): A unique identifier for CodeSigningConfig resource
- `CodeSigningPolicies` (`CodeSigningConfig_CodeSigningPolicies`, optional): Policies to control how to act if a signature is invalid
- `Description` (`string`, optional): A description of the CodeSigningConfig
- `Tags` (`CodeSigningConfig_Tag[]`, optional): A list of tags to apply to CodeSigningConfig resource

## Attributes

- `CodeSigningConfigArn`
- `CodeSigningConfigId`
