urls_list_only
Lists urls
in a region or regions, for all properties use urls
Overview
Name | urls_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Lambda::Url |
Id | aws.lambda.urls_list_only |
Fields
Name | Datatype | Description |
---|---|---|
function_arn | string | The full Amazon Resource Name (ARN) of the function associated with the Function URL. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all urls
in a region.
SELECT
region,
function_arn
FROM aws.lambda.urls_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the urls_list_only
resource, see urls