FunctionUrlArgs class

The set of arguments for FunctionUrl. The set of arguments for FunctionUrl.

Constructors

FunctionUrlArgs({required Input<String> authorizationType, Input<FunctionUrlCors?>? cors, required Input<String> functionName, Input<String?>? invokeMode, Input<String?>? qualifier, Input<String?>? region})
Creates a new FunctionUrlArgs. authorizationType Type of authentication that the function URL uses. Valid values are AWS_IAM and NONE. cors Cross-origin resource sharing (CORS) settings for the function URL. See below. functionName Name or ARN of the Lambda function. invokeMode How the Lambda function responds to an invocation. Valid values are BUFFERED (default) and RESPONSE_STREAM. qualifier Alias name or $LATEST. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
FunctionUrlArgs.fromMap(Map<String, dynamic> map)
factory

Properties

authorizationType → Input<String>
Type of authentication that the function URL uses. Valid values are AWS_IAM and NONE.
final
cors → Input<FunctionUrlCors?>?
Cross-origin resource sharing (CORS) settings for the function URL. See below.
final
functionName → Input<String>
Name or ARN of the Lambda function.
final
hashCode int
The hash code for this object.
no setterinherited
invokeMode → Input<String?>?
How the Lambda function responds to an invocation. Valid values are BUFFERED (default) and RESPONSE_STREAM.
final
qualifier → Input<String?>?
Alias name or $LATEST.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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