FunctionUrlState class
Input properties used for looking up and filtering FunctionUrl resources.
Constructors
-
FunctionUrlState({Input<
String?> ? authorizationType, Input<FunctionUrlCors?> ? cors, Input<String?> ? functionArn, Input<String?> ? functionName, Input<String?> ? functionUrl, Input<String?> ? invokeMode, Input<String?> ? qualifier, Input<String?> ? region, Input<String?> ? urlId}) -
Creates a new FunctionUrlState.
authorizationTypeType of authentication that the function URL uses. Valid values areAWS_IAMandNONE.corsCross-origin resource sharing (CORS) settings for the function URL. See below.functionArnARN of the Lambda function.functionNameName or ARN of the Lambda function.functionUrlHTTP URL endpoint for the function in the formathttps://<url_id>.lambda-url.<region>.on.aws/.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.urlIdGenerated ID for the endpoint.const -
FunctionUrlState.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
-
functionArn
→ Input<
String?> ? -
ARN of the Lambda function.
final
-
functionName
→ Input<
String?> ? -
Name or ARN of the Lambda function.
final
-
functionUrl
→ Input<
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
-
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
-
urlId
→ Input<
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