Skip to main content

urls_list_only

Lists urls in a region or regions, for all properties use urls

Overview

Nameurls_list_only
TypeResource
DescriptionResource Type definition for AWS::Lambda::Url
Idaws.lambda.urls_list_only

Fields

NameDatatypeDescription
target_function_arnstringThe Amazon Resource Name (ARN) of the function associated with the Function URL.
qualifierstringThe alias qualifier for the target function. If TargetFunctionArn is unqualified then Qualifier must be passed.
auth_typestringCan be either AWS_IAM if the requests are authorized via IAM, or NONE if no authorization is configured on the Function URL.
invoke_modestringThe invocation mode for the function's URL. Set to BUFFERED if you want to buffer responses before returning them to the client. Set to RESPONSE_STREAM if you want to stream responses, allowing faster time to first byte and larger response payload sizes. If not set, defaults to BUFFERED.
function_arnstringThe full Amazon Resource Name (ARN) of the function associated with the Function URL.
function_urlstringThe generated url for this resource.
corsobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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