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. 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. functionArn ARN of the Lambda function. functionName Name or ARN of the Lambda function. functionUrl HTTP URL endpoint for the function in the format https://&lt;url_id&gt;.lambda-url.&lt;region&gt;.on.aws/. 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. urlId Generated ID for the endpoint.
const
FunctionUrlState.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
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://&lt;url_id&gt;.lambda-url.&lt;region&gt;.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) 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
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