Class SqsEventSourceProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.eventsources.SqsEventSourceProps.Jsii$Proxy
All Implemented Interfaces:
SqsEventSourceProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SqsEventSourceProps

@Stability(Stable) @Internal public static final class SqsEventSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SqsEventSourceProps
An implementation for SqsEventSourceProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.eventsources.SqsEventSourceProps

    SqsEventSourceProps.Builder, SqsEventSourceProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SqsEventSourceProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
    final Boolean
    If the SQS event source mapping should be enabled.
    final IKey
    Add Customer managed KMS key to encrypt Filter Criteria.
    Add filter criteria option.
    final Duration
    The maximum amount of time to gather records before invoking the function.
    final Number
    The maximum concurrency setting limits the number of concurrent instances of the function that an Amazon SQS event source can invoke.
    final Boolean
    Allow functions to return partially successful responses for a batch of records.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait