GetFunctionUrlResult

data class GetFunctionUrlResult(val authorizationType: String, val cors: List<GetFunctionUrlCor>, val creationTime: String, val functionArn: String, val functionName: String, val functionUrl: String, val id: String, val invokeMode: String, val lastModifiedTime: String, val qualifier: String? = null, val urlId: String)

A collection of values returned by getFunctionUrl.

Constructors

Link copied to clipboard
constructor(authorizationType: String, cors: List<GetFunctionUrlCor>, creationTime: String, functionArn: String, functionName: String, functionUrl: String, id: String, invokeMode: String, lastModifiedTime: String, qualifier: String? = null, urlId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of authentication that the function URL uses.

Link copied to clipboard

The cross-origin resource sharing (CORS) settings for the function URL. See the aws.lambda.FunctionUrl resource documentation for more details.

Link copied to clipboard

When the function URL was created, in ISO-8601 format.

Link copied to clipboard

ARN of the function.

Link copied to clipboard
Link copied to clipboard

HTTP URL endpoint for the function in the format https://<url_id>.lambda-url.<region>.on.aws.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Whether the Lambda function responds in BUFFERED or RESPONSE_STREAM mode.

Link copied to clipboard

When the function URL configuration was last updated, in ISO-8601 format.

Link copied to clipboard
val qualifier: String? = null
Link copied to clipboard

Generated ID for the endpoint.