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. |
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