---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_lambda_code_signing_config Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::Lambda::CodeSigningConfig.
---
# awscc_lambda_code_signing_config (Resource)
Resource Type definition for AWS::Lambda::CodeSigningConfig.
## Schema
### Required
- `allowed_publishers` (Attributes) When the CodeSigningConfig is later on attached to a function, the function code will be expected to be signed by profiles from this list (see [below for nested schema](#nestedatt--allowed_publishers))
### Optional
- `code_signing_policies` (Attributes) Policies to control how to act if a signature is invalid (see [below for nested schema](#nestedatt--code_signing_policies))
- `description` (String) A description of the CodeSigningConfig
### Read-Only
- `code_signing_config_arn` (String) A unique Arn for CodeSigningConfig resource
- `code_signing_config_id` (String) A unique identifier for CodeSigningConfig resource
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `allowed_publishers`
Required:
- `signing_profile_version_arns` (List of String) List of Signing profile version Arns
### Nested Schema for `code_signing_policies`
Optional:
- `untrusted_artifact_on_deployment` (String) Indicates how Lambda operations involve updating the code artifact will operate. Default to Warn if not provided
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_lambda_code_signing_config.example
```