GetFunctionUrlResult constructor
const
GetFunctionUrlResult({})
Creates a new GetFunctionUrlResult.
authorizationType Type of authentication that the function URL uses.
cors Cross-origin resource sharing (CORS) settings for the function URL. See below.
creationTime When the function URL was created, in ISO-8601 format.
functionArn ARN of the function.
functionName Optional.
functionUrl HTTP URL endpoint for the function in the format https://<url_id>.lambda-url.<region>.on.aws/.
id The provider-assigned unique ID for this managed resource.
invokeMode Whether the Lambda function responds in BUFFERED or RESPONSE_STREAM mode.
lastModifiedTime When the function URL configuration was last updated, in ISO-8601 format.
qualifier Optional.
region Optional.
urlId Generated ID for the endpoint.
Implementation
const GetFunctionUrlResult({
this.authorizationType,
this.cors,
this.creationTime,
this.functionArn,
this.functionName,
this.functionUrl,
this.id,
this.invokeMode,
this.lastModifiedTime,
this.qualifier,
this.region,
this.urlId,
});