Skip to main content

versions_list_only

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

Overview

Nameversions_list_only
TypeResource
DescriptionResource Type definition for AWS::Lambda::Version
Idaws.lambda.versions_list_only

Fields

NameDatatypeDescription
function_arnstringThe ARN of the version.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all versions in a region.

SELECT
region,
function_arn
FROM aws.lambda.versions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the versions_list_only resource, see versions