UpdateFunctionUrlConfigResponse
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
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
inline fun copy(block: UpdateFunctionUrlConfigResponse.Builder.() -> Unit = {}): UpdateFunctionUrlConfigResponse