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.
versionstringThe version number.
code_sha256stringOnly publish a version if the hash value matches the value that's specified. Use this option to avoid publishing a version if the function code has changed since you last updated it. Updates are not supported for this property.
descriptionstringA description for the version to override the description in the function configuration. Updates are not supported for this property.
function_namestringThe name of the Lambda function.
policyobjectThe resource policy of your function
provisioned_concurrency_configobjectSpecifies a provisioned concurrency configuration for a function's version. Updates are not supported for this property.
runtime_policyobjectSpecifies the runtime management configuration of a function. Displays runtimeVersionArn only for Manual.
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