GetFunctionUrlResult class

Result data returned by getFunctionUrl.

Constructors

GetFunctionUrlResult({String? authorizationType, List<GetFunctionUrlCor>? cors, String? creationTime, String? functionArn, String? functionName, String? functionUrl, String? id, String? invokeMode, String? lastModifiedTime, String? qualifier, String? region, String? urlId})
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://&lt;url_id&gt;.lambda-url.&lt;region&gt;.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.
const
GetFunctionUrlResult.fromMap(Map<String, dynamic> map)
factory

Properties

authorizationType String?
Type of authentication that the function URL uses.
final
cors List<GetFunctionUrlCor>?
Cross-origin resource sharing (CORS) settings for the function URL. See below.
final
creationTime String?
When the function URL was created, in ISO-8601 format.
final
functionArn String?
ARN of the function.
final
functionName String?
final
functionUrl String?
HTTP URL endpoint for the function in the format https://&lt;url_id&gt;.lambda-url.&lt;region&gt;.on.aws/.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
invokeMode String?
Whether the Lambda function responds in BUFFERED or RESPONSE_STREAM mode.
final
lastModifiedTime String?
When the function URL configuration was last updated, in ISO-8601 format.
final
qualifier String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlId String?
Generated ID for the endpoint.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited