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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awsconstructs.services.sqslambda.SqsToLambdaProps
SqsToLambdaProps.Builder, SqsToLambdaProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SqsToLambdaProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSqsToLambdaProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal software.amazon.awscdk.services.sqs.QueuePropsOptional user provided properties for the dead letter queue.final BooleanWhether to deploy a secondary queue to be used as a dead letter queue.final BooleanIf 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.KeyAn optional, imported encryption key to encrypt the SQS queue with.final software.amazon.awscdk.services.kms.KeyPropsOptional 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.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.final software.amazon.awscdk.services.sqs.QueueExisting instance of SQS queue object, Providing both this and queueProps will cause an error.final software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.final NumberThe number of times a message can be unsuccessfully dequeued before being moved to the dead-letter queue.final software.amazon.awscdk.services.sqs.QueuePropsOptional user provided properties.final software.amazon.awscdk.services.lambda.eventsources.SqsEventSourcePropsOptional user provided properties for the queue event source.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theSqsToLambdaProps.Builder.
-
-
Method Details
-
getDeadLetterQueueProps
public final software.amazon.awscdk.services.sqs.QueueProps getDeadLetterQueueProps()Description copied from interface:SqsToLambdaPropsOptional user provided properties for the dead letter queue.Default: - Default props are used
- Specified by:
getDeadLetterQueuePropsin interfaceSqsToLambdaProps
-
getDeployDeadLetterQueue
Description copied from interface:SqsToLambdaPropsWhether to deploy a secondary queue to be used as a dead letter queue.Default: - true.
- Specified by:
getDeployDeadLetterQueuein interfaceSqsToLambdaProps
-
getEnableEncryptionWithCustomerManagedKey
Description copied from interface:SqsToLambdaPropsIf 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:
getEnableEncryptionWithCustomerManagedKeyin interfaceSqsToLambdaProps
-
getEncryptionKey
public final software.amazon.awscdk.services.kms.Key getEncryptionKey()Description copied from interface:SqsToLambdaPropsAn optional, imported encryption key to encrypt the SQS queue with.Default: - None
- Specified by:
getEncryptionKeyin interfaceSqsToLambdaProps
-
getEncryptionKeyProps
public final software.amazon.awscdk.services.kms.KeyProps getEncryptionKeyProps()Description copied from interface:SqsToLambdaPropsOptional user provided properties to override the default properties for the KMS encryption key used to encrypt the SQS queue with.Default: - None
- Specified by:
getEncryptionKeyPropsin interfaceSqsToLambdaProps
-
getExistingLambdaObj
public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Description copied from interface:SqsToLambdaPropsExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
- Specified by:
getExistingLambdaObjin interfaceSqsToLambdaProps
-
getExistingQueueObj
public final software.amazon.awscdk.services.sqs.Queue getExistingQueueObj()Description copied from interface:SqsToLambdaPropsExisting instance of SQS queue object, Providing both this and queueProps will cause an error.Default: - Default props are used
- Specified by:
getExistingQueueObjin interfaceSqsToLambdaProps
-
getLambdaFunctionProps
public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()Description copied from interface:SqsToLambdaPropsUser provided props to override the default props for the Lambda function.Default: - Default properties are used.
- Specified by:
getLambdaFunctionPropsin interfaceSqsToLambdaProps
-
getMaxReceiveCount
Description copied from interface:SqsToLambdaPropsThe 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:
getMaxReceiveCountin interfaceSqsToLambdaProps
-
getQueueProps
public final software.amazon.awscdk.services.sqs.QueueProps getQueueProps()Description copied from interface:SqsToLambdaPropsOptional user provided properties.Default: - Default props are used
- Specified by:
getQueuePropsin interfaceSqsToLambdaProps
-
getSqsEventSourceProps
public final software.amazon.awscdk.services.lambda.eventsources.SqsEventSourceProps getSqsEventSourceProps()Description copied from interface:SqsToLambdaPropsOptional user provided properties for the queue event source.Default: - Default props are used
- Specified by:
getSqsEventSourcePropsin interfaceSqsToLambdaProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-