function_configurations_list_only
Lists function_configurations
in a region or regions, for all properties use function_configurations
Overview
Name | function_configurations_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.appsync.function_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
function_arn | string | The ARN for the function generated by the service |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all function_configurations
in a region.
SELECT
region,
function_arn
FROM aws.appsync.function_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the function_configurations_list_only
resource, see function_configurations