functionUrlAuthType

@JvmName(name = "voudjpeslyjybgrt")
suspend fun functionUrlAuthType(value: Output<PermissionFunctionUrlAuthType>)
@JvmName(name = "bdlvvrnnfogljjrb")
suspend fun functionUrlAuthType(value: PermissionFunctionUrlAuthType?)

Parameters

value

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.