layer_versions_list_only
Lists layer_versions
in a region or regions, for all properties use layer_versions
Overview
Name | layer_versions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Lambda::LayerVersion |
Id | aws.lambda.layer_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
compatible_runtimes | array | A list of compatible function runtimes. Used for filtering with ListLayers and ListLayerVersions. |
license_info | string | The layer's software license. |
description | string | The description of the version. |
layer_name | string | The name or Amazon Resource Name (ARN) of the layer. |
content | object | The function layer archive. |
layer_version_arn | string | |
compatible_architectures | array | A list of compatible instruction set architectures. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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