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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sqs.RedriveAllowPolicy

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the RedriveAllowPolicy.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
     
    Permission settings for source queues that can designate this queue as their dead-letter queue.
    final List<IQueue>
    Source queues that can designate this queue as their 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(RedriveAllowPolicy.Builder builder)
      Constructor that initializes the object based on literal property values passed by the RedriveAllowPolicy.Builder.
  • Method Details

    • getRedrivePermission

      public final RedrivePermission getRedrivePermission()
      Description copied from interface: RedriveAllowPolicy
      Permission 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:
      getRedrivePermission in interface RedriveAllowPolicy
    • getSourceQueues

      public final List<IQueue> getSourceQueues()
      Description copied from interface: RedriveAllowPolicy
      Source queues that can designate this queue as their dead-letter queue.

      When redrivePermission is set to RedrivePermission.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 redrivePermission to RedrivePermission.ALLOW_ALL.

      When redrivePermission is either RedrivePermission.ALLOW_ALL or RedrivePermission.DENY_ALL, this parameter cannot be set.

      Default: - Required when `redrivePermission` is `RedrivePermission.BY_QUEUE`, cannot be defined otherwise.

      Specified by:
      getSourceQueues in interface RedriveAllowPolicy
    • $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