Class KinesisStreamsToLambdaProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.kinesisstreamslambda.KinesisStreamsToLambdaProps.Jsii$Proxy
All Implemented Interfaces:
KinesisStreamsToLambdaProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
KinesisStreamsToLambdaProps

@Internal public static final class KinesisStreamsToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KinesisStreamsToLambdaProps
An implementation for KinesisStreamsToLambdaProps
  • 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.awsconstructs.services.kinesisstreamslambda.KinesisStreamsToLambdaProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the KinesisStreamsToLambdaProps.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 Boolean
    Whether to create recommended CloudWatch alarms.
    final Boolean
    Whether to deploy a SQS dead letter queue when a data record reaches the Maximum Retry Attempts or Maximum Record Age, its metadata like shard ID and stream ARN will be sent to an SQS queue.
    final software.amazon.awscdk.services.lambda.Function
    Optional - instance of an existing Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
    final software.amazon.awscdk.services.kinesis.Stream
    Existing instance of Kinesis Stream, providing both this and kinesisStreamProps will cause an error.
    final Object
    Optional user-provided props to override the default props for the Lambda event source mapping.
    final software.amazon.awscdk.services.kinesis.StreamProps
    Optional user-provided props to override the default props for the Kinesis stream.
    final software.amazon.awscdk.services.lambda.FunctionProps
    Optional - user provided props to override the default props for the Lambda function.
    final software.amazon.awscdk.services.sqs.QueueProps
    Optional user provided properties for the SQS dead letter queue.
    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
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(KinesisStreamsToLambdaProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the KinesisStreamsToLambdaProps.Builder.
  • Method Details

    • getCreateCloudWatchAlarms

      public final Boolean getCreateCloudWatchAlarms()
      Description copied from interface: KinesisStreamsToLambdaProps
      Whether to create recommended CloudWatch alarms.

      Default: - Alarms are created

      Specified by:
      getCreateCloudWatchAlarms in interface KinesisStreamsToLambdaProps
    • getDeploySqsDlqQueue

      public final Boolean getDeploySqsDlqQueue()
      Description copied from interface: KinesisStreamsToLambdaProps
      Whether to deploy a SQS dead letter queue when a data record reaches the Maximum Retry Attempts or Maximum Record Age, its metadata like shard ID and stream ARN will be sent to an SQS queue.

      Default: - true.

      Specified by:
      getDeploySqsDlqQueue in interface KinesisStreamsToLambdaProps
    • getExistingLambdaObj

      public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
      Description copied from interface: KinesisStreamsToLambdaProps
      Optional - instance of an existing Lambda Function object, providing both this and lambdaFunctionProps will cause an error.

      Default: - None

      Specified by:
      getExistingLambdaObj in interface KinesisStreamsToLambdaProps
    • getExistingStreamObj

      public final software.amazon.awscdk.services.kinesis.Stream getExistingStreamObj()
      Description copied from interface: KinesisStreamsToLambdaProps
      Existing instance of Kinesis Stream, providing both this and kinesisStreamProps will cause an error.

      Default: - None

      Specified by:
      getExistingStreamObj in interface KinesisStreamsToLambdaProps
    • getKinesisEventSourceProps

      public final Object getKinesisEventSourceProps()
      Description copied from interface: KinesisStreamsToLambdaProps
      Optional user-provided props to override the default props for the Lambda event source mapping.

      Default: - Default props are used.

      Specified by:
      getKinesisEventSourceProps in interface KinesisStreamsToLambdaProps
    • getKinesisStreamProps

      public final software.amazon.awscdk.services.kinesis.StreamProps getKinesisStreamProps()
      Description copied from interface: KinesisStreamsToLambdaProps
      Optional user-provided props to override the default props for the Kinesis stream.

      Default: - Default props are used.

      Specified by:
      getKinesisStreamProps in interface KinesisStreamsToLambdaProps
    • getLambdaFunctionProps

      public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
      Description copied from interface: KinesisStreamsToLambdaProps
      Optional - user provided props to override the default props for the Lambda function.

      Providing both this and existingLambdaObj is an error.

      Default: - Default props are used.

      Specified by:
      getLambdaFunctionProps in interface KinesisStreamsToLambdaProps
    • getSqsDlqQueueProps

      public final software.amazon.awscdk.services.sqs.QueueProps getSqsDlqQueueProps()
      Description copied from interface: KinesisStreamsToLambdaProps
      Optional user provided properties for the SQS dead letter queue.

      Default: - Default props are used

      Specified by:
      getSqsDlqQueueProps in interface KinesisStreamsToLambdaProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object