GetAliasResult class
Result data returned by getAlias.
Constructors
- GetAliasResult({String? arn, String? description, String? functionName, String? functionVersion, String? id, String? invokeArn, String? name, String? region})
-
Creates a new GetAliasResult.
arnARN identifying the Lambda function alias.descriptionDescription of the alias.functionNameOptional.functionVersionLambda function version which the alias uses.idThe provider-assigned unique ID for this managed resource.invokeArnARN to be used for invoking Lambda Function from API Gateway - to be used inaws.apigateway.Integration'suri.nameOptional.regionOptional.const -
GetAliasResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
- arn → String?
-
ARN identifying the Lambda function alias.
final
- description → String?
-
Description of the alias.
final
- functionName → String?
-
final
- functionVersion → String?
-
Lambda function version which the alias uses.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- invokeArn → String?
-
ARN to be used for invoking Lambda Function from API Gateway - to be used in
aws.apigateway.Integration'suri.final - name → String?
-
final
- region → String?
-
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