Class SqsQueueProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.targets.SqsQueueProps.Jsii$Proxy
- All Implemented Interfaces:
SqsQueueProps,TargetBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SqsQueueProps
@Stability(Stable)
@Internal
public static final class SqsQueueProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SqsQueueProps
An implementation for
SqsQueueProps-
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.awscdk.services.events.targets.SqsQueueProps
SqsQueueProps.Builder, SqsQueueProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SqsQueueProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSqsQueueProps.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 IQueueThe SQS queue to be used as deadLetterQueue.final DurationThe maximum age of a request that Lambda sends to a function for processing.final RuleTargetInputThe message to send to the queue.final StringMessage Group ID for messages sent to this queue.final NumberThe maximum number of times to retry when the function returns an error.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 theSqsQueueProps.Builder.
-
-
Method Details
-
getMessage
Description copied from interface:SqsQueuePropsThe message to send to the queue.Must be a valid JSON text passed to the target queue.
Default: the entire EventBridge event
- Specified by:
getMessagein interfaceSqsQueueProps
-
getMessageGroupId
Description copied from interface:SqsQueuePropsMessage Group ID for messages sent to this queue.Required for FIFO queues, leave empty for regular queues.
Default: - no message group ID (regular queue)
- Specified by:
getMessageGroupIdin interfaceSqsQueueProps
-
getDeadLetterQueue
Description copied from interface:TargetBasePropsThe SQS queue to be used as deadLetterQueue. Check out the considerations for using a dead-letter queue.The events not successfully delivered are automatically retried for a specified period of time, depending on the retry policy of the target. If an event is not delivered before all retry attempts are exhausted, it will be sent to the dead letter queue.
Default: - no dead-letter queue
- Specified by:
getDeadLetterQueuein interfaceTargetBaseProps
-
getMaxEventAge
Description copied from interface:TargetBasePropsThe maximum age of a request that Lambda sends to a function for processing.Minimum value of 60. Maximum value of 86400.
Default: Duration.hours(24)
- Specified by:
getMaxEventAgein interfaceTargetBaseProps
-
getRetryAttempts
Description copied from interface:TargetBasePropsThe maximum number of times to retry when the function returns an error.Minimum value of 0. Maximum value of 185.
Default: 185
- Specified by:
getRetryAttemptsin interfaceTargetBaseProps
-
$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()
-