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.
authorizationTypeType of authentication that the function URL uses.corsCross-origin resource sharing (CORS) settings for the function URL. See below.creationTimeWhen the function URL was created, in ISO-8601 format.functionArnARN of the function.functionNameOptional.functionUrlHTTP URL endpoint for the function in the formathttps://<url_id>.lambda-url.<region>.on.aws/.idThe provider-assigned unique ID for this managed resource.invokeModeWhether the Lambda function responds inBUFFEREDorRESPONSE_STREAMmode.lastModifiedTimeWhen the function URL configuration was last updated, in ISO-8601 format.qualifierOptional.regionOptional.urlIdGenerated ID for the endpoint.const -
GetFunctionUrlResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
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://<url_id>.lambda-url.<region>.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
BUFFEREDorRESPONSE_STREAMmode.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