urls
Retrieves a list of urls
in a region
Overview
Name | urls |
Type | Resource |
Description | urls |
Id | awscc.lambda.urls |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
function_arn
FROM awscc.lambda.urls
WHERE region = 'us-east-1'
Permissions
To operate on the urls
resource, the following permissions are required:
Create
lambda:CreateFunctionUrlConfig
List
lambda:ListFunctionUrlConfigs