GetAliasResult

data class GetAliasResult(val arn: String, val description: String, val functionName: String, val functionVersion: String, val id: String, val invokeArn: String, val name: String)

A collection of values returned by getAlias.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, functionName: String, functionVersion: String, id: String, invokeArn: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN identifying the Lambda function alias.

Link copied to clipboard

Description of alias.

Link copied to clipboard
Link copied to clipboard

Lambda function version which the alias uses.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN to be used for invoking Lambda Function from API Gateway - to be used in aws_api_gateway_integration's uri.

Link copied to clipboard