Skip to main content

code_signing_config

Gets an individual code_signing_config resource

Overview

Namecode_signing_config
TypeResource
Descriptioncode_signing_config
Idawscc.lambda.code_signing_config

Fields

NameDatatypeDescription
descriptionstringA description of the CodeSigningConfig
allowed_publishersobjectWhen the CodeSigningConfig is later on attached to a function, the function code will be expected to be signed by profiles from this list
code_signing_policiesobjectPolicies to control how to act if a signature is invalid
code_signing_config_idstringA unique identifier for CodeSigningConfig resource
code_signing_config_arnstringA unique Arn for CodeSigningConfig resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
allowed_publishers,
code_signing_policies,
code_signing_config_id,
code_signing_config_arn
FROM awscc.lambda.code_signing_config
WHERE data__Identifier = '<CodeSigningConfigArn>';

Permissions

To operate on the code_signing_config resource, the following permissions are required:

Read

lambda:GetCodeSigningConfig

Update

lambda:UpdateCodeSigningConfig

Delete

lambda:DeleteCodeSigningConfig