AWS::Lambda::CodeSigningConfig
Details about a Code signing configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Lambda::CodeSigningConfig", "Properties" : { "AllowedPublishers" :
AllowedPublishers
, "CodeSigningPolicies" :CodeSigningPolicies
, "Description" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Lambda::CodeSigningConfig Properties: AllowedPublishers:
AllowedPublishers
CodeSigningPolicies:CodeSigningPolicies
Description:String
Tags:- Tag
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
-
A list of tags to add to the code signing configuration.
Note
You must have the
lambda:TagResource
,lambda:UntagResource
, andlambda:ListTags
permissions for your IAM principal to manage the AWS CloudFormation stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.Required: No
Type: Array of Tag
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.