functions
Retrieves a list of functions
in a region
Overview
Name | functions |
Type | Resource |
Description | functions |
Id | awscc.cloudfront.functions |
Fields
Name | Datatype | Description |
---|---|---|
function_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
function_arn
FROM awscc.cloudfront.functions
Permissions
To operate on the functions
resource, the following permissions are required:
Create
cloudfront:CreateFunction,
cloudfront:PublishFunction,
cloudfront:DescribeFunction
List
cloudfront:ListFunctions