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

The name or ARN of the Lambda function.

Link copied to clipboard

Use one of the following options:

Link copied to clipboard

The alias name.

Functions

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

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