AWS Fundamentals Logo
AWS Fundamentals
AWS::Lambda::CodeSigningConfig

Lambda CodeSigningConfig

Resource Type definition for AWS::Lambda::CodeSigningConfig.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AllowedPublishers
AllowedPublishers
Required
CodeSigningPolicies
CodeSigningPolicies
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CodeSigningConfigArnstringA unique Arn for CodeSigningConfig resource
CodeSigningConfigIdstringA unique identifier for CodeSigningConfig resource

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Lambda::CodeSigningConfig

Resources:
  MyResource:
    Type: AWS::Lambda::CodeSigningConfig
    Properties:
      AllowedPublishers: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

lambda:CreateCodeSigningConfiglambda:TagResource

read

lambda:GetCodeSigningConfiglambda:ListTags

update

lambda:UpdateCodeSigningConfiglambda:TagResourcelambda:UntagResource

delete

lambda:DeleteCodeSigningConfig

list

lambda:ListCodeSigningConfigs

Get the Lambda Cheat Sheet

Everything you need to know about Lambda on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceLambda
Properties6
Required1
TaggingSupported
Primary IDCodeSigningConfigArn

Supported Operations

CreateReadUpdateDeleteList

External Links