Skip to main content

layer_versions_list_only

Lists layer_versions in a region or regions, for all properties use layer_versions

Overview

Namelayer_versions_list_only
TypeResource
DescriptionResource Type definition for AWS::Lambda::LayerVersion
Idaws.lambda.layer_versions_list_only

Fields

NameDatatypeDescription
compatible_runtimesarrayA list of compatible function runtimes. Used for filtering with ListLayers and ListLayerVersions.
license_infostringThe layer's software license.
descriptionstringThe description of the version.
layer_namestringThe name or Amazon Resource Name (ARN) of the layer.
contentobjectThe function layer archive.
layer_version_arnstring
compatible_architecturesarrayA list of compatible instruction set architectures.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all layer_versions in a region.

SELECT
region,
layer_version_arn
FROM aws.lambda.layer_versions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the layer_versions_list_only resource, see layer_versions