functions_list_only
Lists functions
in a region or regions, for all properties use functions
Overview
Name | functions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::CloudFront::Function |
Id | aws.cloudfront.functions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
auto_publish | boolean | |
function_arn | string | |
function_code | string | |
function_config | object | |
function_metadata | object | |
name | string | |
stage | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all functions
in a region.
SELECT
region,
function_arn
FROM aws.cloudfront.functions_list_only
;
Permissions
For permissions required to operate on the functions_list_only
resource, see functions