AWS::Lambda::CodeSigningConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Lambda::CodeSigningConfig

Details about a Code signing configuration.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Lambda::CodeSigningConfig", "Properties" : { "AllowedPublishers" : AllowedPublishers, "CodeSigningPolicies" : CodeSigningPolicies, "Description" : String } }

YAML

Type: AWS::Lambda::CodeSigningConfig Properties: AllowedPublishers: AllowedPublishers CodeSigningPolicies: CodeSigningPolicies Description: String

Properties

AllowedPublishers

List of allowed publishers.

Required: Yes

Type: AllowedPublishers

Update requires: No interruption

CodeSigningPolicies

The code signing policy controls the validation failure action for signature mismatch or expiry.

Required: No

Type: CodeSigningPolicies

Update requires: No interruption

Description

Code signing configuration description.

Required: No

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

CodeSigningConfigArn

The Amazon Resource Name (ARN) of the code signing configuration.

CodeSigningConfigId

The code signing configuration ID.