Packages

case class AWS::Lambda::EventSourceMapping(name: String, BatchSize: Option[Token[Int]] = None, Enabled: Option[Token[Boolean]] = None, EventSourceArn: Token[String], FunctionName: Token[ResourceRef[AWS::Lambda::Function]], StartingPosition: StartingPosition, DependsOn: Option[Seq[String]] = None, Condition: Option[ConditionRef] = None) extends Resource[AWS::Lambda::EventSourceMapping] with Product with Serializable

The AWS::Lambda::EventSourceMapping resource specifies a stream as an event source for an AWS Lambda (Lambda) function. The stream can be an Kinesis stream or an Amazon DynamoDB (DynamoDB) stream. Lambda invokes the associated function when records are posted to the stream.

name

CloudFormation logical name

BatchSize

The largest number of records that Lambda retrieves from your event source when invoking your function. Your function receives an event with all the retrieved records.

Enabled

Indicates whether Lambda begins polling the event source.

EventSourceArn

The Amazon Resource Name (ARN) of the Kinesis or DynamoDB stream that is the source of events. Any record added to this stream can invoke the Lambda function.

FunctionName

The name or ARN of a Lambda function to invoke when Lambda detects an event on the stream.

StartingPosition

The position in the stream where Lambda starts reading.

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, Resource[AWS::Lambda::EventSourceMapping], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWS::Lambda::EventSourceMapping
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Resource
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWS::Lambda::EventSourceMapping(name: String, BatchSize: Option[Token[Int]] = None, Enabled: Option[Token[Boolean]] = None, EventSourceArn: Token[String], FunctionName: Token[ResourceRef[AWS::Lambda::Function]], StartingPosition: StartingPosition, DependsOn: Option[Seq[String]] = None, Condition: Option[ConditionRef] = None)

    name

    CloudFormation logical name

    BatchSize

    The largest number of records that Lambda retrieves from your event source when invoking your function. Your function receives an event with all the retrieved records.

    Enabled

    Indicates whether Lambda begins polling the event source.

    EventSourceArn

    The Amazon Resource Name (ARN) of the Kinesis or DynamoDB stream that is the source of events. Any record added to this stream can invoke the Lambda function.

    FunctionName

    The name or ARN of a Lambda function to invoke when Lambda detects an event on the stream.

    StartingPosition

    The position in the stream where Lambda starts reading.

    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::EventSourceMapping]
    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 BatchSize: Option[Token[Int]]
  5. val Condition: Option[ConditionRef]
  6. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    Resource
  7. val DependsOn: Option[Seq[String]]
  8. val Enabled: Option[Token[Boolean]]
  9. val EventSourceArn: Token[String]
  10. val FunctionName: Token[ResourceRef[AWS::Lambda::Function]]
  11. val ResourceType: String
    Definition Classes
    Resource
  12. val StartingPosition: StartingPosition
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  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::EventSourceMapping

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped