Packages

case class AWS::Lambda::Alias(name: String, Name: Token[String], FunctionName: Token[ResourceRef[AWS::Lambda::Function]], FunctionVersion: Token[ResourceRef[AWS::Lambda::Version]], Description: Option[Token[String]] = None, RoutingConfig: Option[RoutingConfig] = None, DependsOn: Option[Seq[String]] = None, Condition: Option[ConditionRef] = None) extends Resource[AWS::Lambda::Alias] with HasArn with Product with Serializable

The AWS::Lambda::Alias resource creates an alias that points to the version of an AWS Lambda (Lambda) function that you specify. Use aliases when you want to control which version of your function other services or applications invoke. Those services or applications can use your function's alias so that they don't need to be updated whenever you release a new version of your function.

name

CloudFormation logical name

Name

A name for the alias.

FunctionName

The Lambda function that you want to associate with this alias. You can specify the function' name or its Amazon Resource Name (ARN).

FunctionVersion

The version of the Lambda function that you want to associate with this alias.

Description

Information about the alias, such as its purpose or the Lambda function that is associated with it.

RoutingConfig

Use this parameter to point your alias to two different function versions, allowing you to dictate what percentage of traffic will invoke each version.

DependsOn

Declare dependencies for resources that must be created or deleted in a specific order.

Condition

Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

Linear Supertypes
Serializable, Serializable, Product, Equals, HasArn, Resource[AWS::Lambda::Alias], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWS::Lambda::Alias
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasArn
  7. Resource
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWS::Lambda::Alias(name: String, Name: Token[String], FunctionName: Token[ResourceRef[AWS::Lambda::Function]], FunctionVersion: Token[ResourceRef[AWS::Lambda::Version]], Description: Option[Token[String]] = None, RoutingConfig: Option[RoutingConfig] = None, DependsOn: Option[Seq[String]] = None, Condition: Option[ConditionRef] = None)

    name

    CloudFormation logical name

    Name

    A name for the alias.

    FunctionName

    The Lambda function that you want to associate with this alias. You can specify the function' name or its Amazon Resource Name (ARN).

    FunctionVersion

    The version of the Lambda function that you want to associate with this alias.

    Description

    Information about the alias, such as its purpose or the Lambda function that is associated with it.

    RoutingConfig

    Use this parameter to point your alias to two different function versions, allowing you to dictate what percentage of traffic will invoke each version.

    DependsOn

    Declare dependencies for resources that must be created or deleted in a specific order.

    Condition

    Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.

Type Members

  1. type RR = Resource[AWS::Lambda::Alias]
    Definition Classes
    Resource

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Condition: Option[ConditionRef]
    Definition Classes
    AWS::Lambda::AliasResource
  5. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    Resource
  6. val DependsOn: Option[Seq[String]]
    Definition Classes
    AWS::Lambda::AliasResource
  7. val Description: Option[Token[String]]
  8. val FunctionName: Token[ResourceRef[AWS::Lambda::Function]]
  9. val FunctionVersion: Token[ResourceRef[AWS::Lambda::Version]]
  10. val Name: Token[String]
  11. val ResourceType: String
    Definition Classes
    Resource
  12. val RoutingConfig: Option[RoutingConfig]
  13. def arn: FunctionCallToken[String]
    Definition Classes
    AWS::Lambda::AliasHasArn
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val name: String
    Definition Classes
    AWS::Lambda::AliasHasArnResource
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. def when(newCondition: Option[ConditionRef] = Condition): AWS::Lambda::Alias
    Definition Classes
    AWS::Lambda::AliasResource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasArn

Inherited from Resource[AWS::Lambda::Alias]

Inherited from AnyRef

Inherited from Any

Ungrouped