Class RedriveAllowPolicy.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sqs.RedriveAllowPolicy.Jsii$Proxy
- All Implemented Interfaces:
RedriveAllowPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RedriveAllowPolicy
@Stability(Stable)
@Internal
public static final class RedriveAllowPolicy.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RedriveAllowPolicy
An implementation for
RedriveAllowPolicy-
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.sqs.RedriveAllowPolicy
RedriveAllowPolicy.Builder, RedriveAllowPolicy.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RedriveAllowPolicy.Builder builder) Constructor that initializes the object based on literal property values passed by theRedriveAllowPolicy.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 RedrivePermissionPermission settings for source queues that can designate this queue as their dead-letter queue.Source queues that can designate this queue as their dead-letter queue.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 theRedriveAllowPolicy.Builder.
-
-
Method Details
-
getRedrivePermission
Description copied from interface:RedriveAllowPolicyPermission settings for source queues that can designate this queue as their dead-letter queue.Default: - `RedrivePermission.BY_QUEUE` if `sourceQueues` is specified,`RedrivePermission.ALLOW_ALL` otherwise.
- Specified by:
getRedrivePermissionin interfaceRedriveAllowPolicy
-
getSourceQueues
Description copied from interface:RedriveAllowPolicySource queues that can designate this queue as their dead-letter queue.When
redrivePermissionis set toRedrivePermission.BY_QUEUE, this parameter is required.You can specify up to 10 source queues. To allow more than 10 source queues to specify dead-letter queues, set the
redrivePermissiontoRedrivePermission.ALLOW_ALL.When
redrivePermissionis eitherRedrivePermission.ALLOW_ALLorRedrivePermission.DENY_ALL, this parameter cannot be set.Default: - Required when `redrivePermission` is `RedrivePermission.BY_QUEUE`, cannot be defined otherwise.
- Specified by:
getSourceQueuesin interfaceRedriveAllowPolicy
-
$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()
-