Packages

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

The AWS::Lambda::Version resource publishes a specified version of an AWS Lambda (Lambda) function. When publishing a new version of your function, Lambda copies the latest version of your function.

name

CloudFormation logical name

FunctionName

The Lambda function for which you want to publish a version. You can specify the function's name or its Amazon Resource Name (ARN).

Description

A description of the version you are publishing. If you don't specify a value, Lambda copies the description from the $LATEST version of the function.

CodeSha256

The SHA-256 hash of the deployment package that you want to publish. This value must match the SHA-256 hash of the $LATEST version of the function. Specify this property to validate that you are publishing the correct package.

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::Version], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWS::Lambda::Version
  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::Version(name: String, FunctionName: Token[ResourceRef[AWS::Lambda::Function]], Description: Option[String] = None, CodeSha256: Option[Token[String]] = None, DependsOn: Option[Seq[String]] = None, Condition: Option[ConditionRef] = None)

    name

    CloudFormation logical name

    FunctionName

    The Lambda function for which you want to publish a version. You can specify the function's name or its Amazon Resource Name (ARN).

    Description

    A description of the version you are publishing. If you don't specify a value, Lambda copies the description from the $LATEST version of the function.

    CodeSha256

    The SHA-256 hash of the deployment package that you want to publish. This value must match the SHA-256 hash of the $LATEST version of the function. Specify this property to validate that you are publishing the correct package.

    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::Version]
    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 CodeSha256: Option[Token[String]]
  5. val Condition: Option[ConditionRef]
    Definition Classes
    AWS::Lambda::VersionResource
  6. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    Resource
  7. val DependsOn: Option[Seq[String]]
    Definition Classes
    AWS::Lambda::VersionResource
  8. val Description: Option[String]
  9. val FunctionName: Token[ResourceRef[AWS::Lambda::Function]]
  10. val ResourceType: String
    Definition Classes
    Resource
  11. def arn: FunctionCallToken[String]
    Definition Classes
    AWS::Lambda::VersionHasArn
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val name: String
    Definition Classes
    AWS::Lambda::VersionHasArnResource
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def version: Fn::GetAtt
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def when(newCondition: Option[ConditionRef] = Condition): AWS::Lambda::Version
    Definition Classes
    AWS::Lambda::VersionResource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasArn

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

Inherited from AnyRef

Inherited from Any

Ungrouped