Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.62 KB

API_Layer.md

File metadata and controls

37 lines (29 loc) · 1.62 KB

Layer

An AWS Lambda layer.

Contents

** Arn ** The Amazon Resource Name (ARN) of the function layer.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 140.
Pattern: arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+
Required: No

** CodeSize ** The size of the layer archive in bytes.
Type: Long
Required: No

** SigningJobArn ** The Amazon Resource Name (ARN) of a signing job.
Type: String
Pattern: arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
Required: No

** SigningProfileVersionArn ** The Amazon Resource Name (ARN) for a signing profile version.
Type: String
Pattern: arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: