Class KafkaEventSourceProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class KafkaEventSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KafkaEventSourceProps
An implementation for KafkaEventSourceProps
  • 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.KafkaEventSourceProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the KafkaEventSourceProps.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 stream event source mapping should be enabled.
    final Duration
    The maximum amount of time to gather records before invoking the function.
    final ISecret
    The secret with the Kafka credentials, see https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html for details This field is required if your Kafka brokers are accessed over the Internet.
    Where to begin consuming the stream.
    final String
    The Kafka topic to subscribe to.
    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