CreateFunctionUrlConfigResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val 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:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String