versions_list_only
Lists versions
in a region or regions, for all properties use versions
Overview
Name | versions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Lambda::Version |
Id | aws.lambda.versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
function_arn | string | The ARN of the version. |
version | string | The version number. |
code_sha256 | string | Only 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. |
description | string | A description for the version to override the description in the function configuration. Updates are not supported for this property. |
function_name | string | The name of the Lambda function. |
policy | object | The resource policy of your function |
provisioned_concurrency_config | object | Specifies a provisioned concurrency configuration for a function's version. Updates are not supported for this property. |
runtime_policy | object | Specifies the runtime management configuration of a function. Displays runtimeVersionArn only for Manual. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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