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.
    final software.amazon.awscdk.services.lambda.Function
    Existing instance of Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
    final software.amazon.awscdk.services.dynamodb.ITable
    Existing instance of DynamoDB table object, providing both this and dynamoTableProps will cause an error.
    final software.amazon.awscdk.services.lambda.FunctionProps
    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