Builder

class Builder

Properties

Link copied to clipboard

The type of authentication that your function URL uses. Set to AWS_IAM if you want to restrict access to authenticated users only. Set to NONE if you want to bypass IAM authentication to create a public endpoint. For more information, see Security and auth model for Lambda function URLs.

Link copied to clipboard
var cors: Cors?

The cross-origin resource sharing (CORS) settings for your function URL.

Link copied to clipboard

When the function URL was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard

The Amazon Resource Name (ARN) of your function.

Link copied to clipboard

The HTTP URL endpoint for your function.

Link copied to clipboard

Use one of the following options:

Link copied to clipboard

When the function URL configuration was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Functions

Link copied to clipboard
fun cors(block: Cors.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.lambda.model.Cors inside the given block