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 |
---|---|---|
target_function_arn | string | The Amazon Resource Name (ARN) of the function associated with the Function URL. |
qualifier | string | The alias qualifier for the target function. If TargetFunctionArn is unqualified then Qualifier must be passed. |
auth_type | string | Can be either AWS_IAM if the requests are authorized via IAM, or NONE if no authorization is configured on the Function URL. |
invoke_mode | string | The 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_arn | string | The full Amazon Resource Name (ARN) of the function associated with the Function URL. |
function_url | string | The generated url for this resource. |
cors | object | |
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