Skip to main content

urls

Retrieves a list of urls in a region

Overview

Nameurls
TypeResource
Descriptionurls
Idawscc.lambda.urls

Fields

NameDatatypeDescription
function_arnstringThe full Amazon Resource Name (ARN) of the function associated with the Function URL.
regionstringAWS 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