Resource Type definition for AWS::Lambda::CodeSigningConfig.
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)code_signing_policies
(Attributes) Policies to control how to act if a signature is invalid (see below for nested schema)description
(String) A description of the CodeSigningConfigcode_signing_config_arn
(String) A unique Arn for CodeSigningConfig resourcecode_signing_config_id
(String) A unique identifier for CodeSigningConfig resourceid
(String) Uniquely identifies the resource.allowed_publishers
Required:
signing_profile_version_arns
(List of String) List of Signing profile version Arnscode_signing_policies
Optional:
untrusted_artifact_on_deployment
(String) Indicates how Lambda operations involve updating the code artifact will operate. Default to Warn if not providedImport is supported using the following syntax:
$ terraform import awscc_lambda_code_signing_config.example <resource ID>