Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.56 KB

API_LayersListItem.md

File metadata and controls

32 lines (25 loc) · 1.56 KB

LayersListItem

Details about an AWS Lambda layer.

Contents

** LatestMatchingVersion ** The newest version of the layer.
Type: LayerVersionsListItem object
Required: No

** LayerArn ** 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-_]+
Required: No

** LayerName ** The name of the 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-_]+)|[a-zA-Z0-9-_]+
Required: No

See Also

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