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. arn ARN identifying the Lambda function alias. description Description of the alias. functionName Optional. functionVersion Lambda function version which the alias uses. id The provider-assigned unique ID for this managed resource. invokeArn ARN to be used for invoking Lambda Function from API Gateway - to be used in aws.apigateway.Integration's uri. name Optional. region Optional.
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's uri.
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