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.
authorizationTypeType of authentication that the function URL uses. Valid values areAWS_IAMandNONE.corsCross-origin resource sharing (CORS) settings for the function URL. See below.functionNameName or ARN of the Lambda function.invokeModeHow the Lambda function responds to an invocation. Valid values areBUFFERED(default) andRESPONSE_STREAM.qualifierAlias name or$LATEST.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.const -
FunctionUrlArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
Type of authentication that the function URL uses. Valid values are
AWS_IAMandNONE.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) andRESPONSE_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