UpdateFunctionUrlConfigRequest
Types
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
The cross-origin resource sharing (CORS) settings for your function URL.
Link copied to clipboard
The name of the Lambda function.
Link copied to clipboard
Use one of the following options:
Functions
Link copied to clipboard
inline fun copy(block: UpdateFunctionUrlConfigRequest.Builder.() -> Unit = {}): UpdateFunctionUrlConfigRequest