Class SqsToLambdaProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SqsToLambdaProps.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 software.amazon.awscdk.services.sqs.QueueProps
    Optional user provided properties for the dead letter queue.
    final Boolean
    Whether to deploy a secondary queue to be used as a dead letter queue.
    final Boolean
    If no key is provided, this flag determines whether the queue is encrypted with a new CMK or an AWS managed key.
    final software.amazon.awscdk.services.kms.Key
    An optional, imported encryption key to encrypt the SQS queue with.
    final software.amazon.awscdk.services.kms.KeyProps
    Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SQS queue with.
    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.sqs.Queue
    Existing instance of SQS queue object, Providing both this and queueProps will cause an error.
    final software.amazon.awscdk.services.lambda.FunctionProps
    User provided props to override the default props for the Lambda function.
    final Number
    The number of times a message can be unsuccessfully dequeued before being moved to the dead-letter queue.
    final software.amazon.awscdk.services.sqs.QueueProps
    Optional user provided properties.
    final software.amazon.awscdk.services.lambda.eventsources.SqsEventSourceProps
    Optional user provided properties for the queue event source.
    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(SqsToLambdaProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SqsToLambdaProps.Builder.
  • Method Details

    • getDeadLetterQueueProps

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

      Default: - Default props are used

      Specified by:
      getDeadLetterQueueProps in interface SqsToLambdaProps
    • getDeployDeadLetterQueue

      public final Boolean getDeployDeadLetterQueue()
      Description copied from interface: SqsToLambdaProps
      Whether to deploy a secondary queue to be used as a dead letter queue.

      Default: - true.

      Specified by:
      getDeployDeadLetterQueue in interface SqsToLambdaProps
    • getEnableEncryptionWithCustomerManagedKey

      public final Boolean getEnableEncryptionWithCustomerManagedKey()
      Description copied from interface: SqsToLambdaProps
      If no key is provided, this flag determines whether the queue is encrypted with a new CMK or an AWS managed key.

      This flag is ignored if any of the following are defined: queueProps.encryptionMasterKey, encryptionKey or encryptionKeyProps.

      Default: - False if queueProps.encryptionMasterKey, encryptionKey, and encryptionKeyProps are all undefined.

      Specified by:
      getEnableEncryptionWithCustomerManagedKey in interface SqsToLambdaProps
    • getEncryptionKey

      public final software.amazon.awscdk.services.kms.Key getEncryptionKey()
      Description copied from interface: SqsToLambdaProps
      An optional, imported encryption key to encrypt the SQS queue with.

      Default: - None

      Specified by:
      getEncryptionKey in interface SqsToLambdaProps
    • getEncryptionKeyProps

      public final software.amazon.awscdk.services.kms.KeyProps getEncryptionKeyProps()
      Description copied from interface: SqsToLambdaProps
      Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SQS queue with.

      Default: - None

      Specified by:
      getEncryptionKeyProps in interface SqsToLambdaProps
    • getExistingLambdaObj

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

      Default: - None

      Specified by:
      getExistingLambdaObj in interface SqsToLambdaProps
    • getExistingQueueObj

      public final software.amazon.awscdk.services.sqs.Queue getExistingQueueObj()
      Description copied from interface: SqsToLambdaProps
      Existing instance of SQS queue object, Providing both this and queueProps will cause an error.

      Default: - Default props are used

      Specified by:
      getExistingQueueObj in interface SqsToLambdaProps
    • getLambdaFunctionProps

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

      Default: - Default properties are used.

      Specified by:
      getLambdaFunctionProps in interface SqsToLambdaProps
    • getMaxReceiveCount

      public final Number getMaxReceiveCount()
      Description copied from interface: SqsToLambdaProps
      The number of times a message can be unsuccessfully dequeued before being moved to the dead-letter queue.

      Default: - required field if deployDeadLetterQueue=true.

      Specified by:
      getMaxReceiveCount in interface SqsToLambdaProps
    • getQueueProps

      public final software.amazon.awscdk.services.sqs.QueueProps getQueueProps()
      Description copied from interface: SqsToLambdaProps
      Optional user provided properties.

      Default: - Default props are used

      Specified by:
      getQueueProps in interface SqsToLambdaProps
    • getSqsEventSourceProps

      public final software.amazon.awscdk.services.lambda.eventsources.SqsEventSourceProps getSqsEventSourceProps()
      Description copied from interface: SqsToLambdaProps
      Optional user provided properties for the queue event source.

      Default: - Default props are used

      Specified by:
      getSqsEventSourceProps in interface SqsToLambdaProps
    • $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