Class DynamoDBStreamsToLambdaProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the DynamoDBStreamsToLambdaProps.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 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 Object
    Optional user provided props to override the default props.
    final software.amazon.awscdk.services.dynamodb.TableProps
    Optional user provided props to override the default props for the DynamoDB Table.
    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.dynamodb.ITable
    Optional - existing DynamoDB table, providing both this and dynamoTableProps will cause an error.
    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(DynamoDBStreamsToLambdaProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DynamoDBStreamsToLambdaProps.Builder.
  • Method Details

    • getDeploySqsDlqQueue

      public final Boolean getDeploySqsDlqQueue()
      Description copied from interface: DynamoDBStreamsToLambdaProps
      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 DynamoDBStreamsToLambdaProps
    • getDynamoEventSourceProps

      public final Object getDynamoEventSourceProps()
      Description copied from interface: DynamoDBStreamsToLambdaProps
      Optional user provided props to override the default props.

      Default: - Default props are used

      Specified by:
      getDynamoEventSourceProps in interface DynamoDBStreamsToLambdaProps
    • getDynamoTableProps

      public final software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
      Description copied from interface: DynamoDBStreamsToLambdaProps
      Optional user provided props to override the default props for the DynamoDB Table.

      Providing both this and existingTableInterface causes an error.

      Default: - Partition key ID: string

      Specified by:
      getDynamoTableProps in interface DynamoDBStreamsToLambdaProps
    • getExistingLambdaObj

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

      Default: - None

      Specified by:
      getExistingLambdaObj in interface DynamoDBStreamsToLambdaProps
    • getExistingTableInterface

      public final software.amazon.awscdk.services.dynamodb.ITable getExistingTableInterface()
      Description copied from interface: DynamoDBStreamsToLambdaProps
      Optional - existing DynamoDB table, providing both this and dynamoTableProps will cause an error.

      Default: - None

      Specified by:
      getExistingTableInterface in interface DynamoDBStreamsToLambdaProps
    • getLambdaFunctionProps

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

      Providing both this and existingLambdaObj causes an error.

      Default: - Default props are used

      Specified by:
      getLambdaFunctionProps in interface DynamoDBStreamsToLambdaProps
    • getSqsDlqQueueProps

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

      Default: - Default props are used

      Specified by:
      getSqsDlqQueueProps in interface DynamoDBStreamsToLambdaProps
    • $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