Get Function Url Result
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.
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
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.