Class SqsSendMessageProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.targets.alpha.SqsSendMessageProps.Jsii$Proxy
All Implemented Interfaces:
ScheduleTargetBaseProps, SqsSendMessageProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SqsSendMessageProps

@Stability(Experimental) @Internal public static final class SqsSendMessageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SqsSendMessageProps
An implementation for SqsSendMessageProps
  • 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.scheduler.targets.alpha.SqsSendMessageProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SqsSendMessageProps.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 IQueue
    (experimental) The SQS queue to be used as deadLetterQueue.
    (experimental) Input passed to the target.
    final Duration
    (experimental) The maximum age of a request that Scheduler sends to a target for processing.
    final String
    (experimental) The FIFO message group ID to use as the target.
    final Number
    (experimental) The maximum number of times to retry when the target returns an error.
    final IRole
    (experimental) An execution role is an IAM role that EventBridge Scheduler assumes in order to interact with other AWS services on your behalf.
    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(SqsSendMessageProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SqsSendMessageProps.Builder.
  • Method Details

    • getMessageGroupId

      public final String getMessageGroupId()
      Description copied from interface: SqsSendMessageProps
      (experimental) The FIFO message group ID to use as the target.

      This must be specified when the target is a FIFO queue. If you specify a FIFO queue as a target, the queue must have content-based deduplication enabled.

      A length of messageGroupId must be between 1 and 128.

      Default: - no message group ID

      Specified by:
      getMessageGroupId in interface SqsSendMessageProps
      See Also:
    • getDeadLetterQueue

      public final IQueue getDeadLetterQueue()
      Description copied from interface: ScheduleTargetBaseProps
      (experimental) The SQS queue to be used as deadLetterQueue.

      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:
      getDeadLetterQueue in interface ScheduleTargetBaseProps
    • getInput

      public final ScheduleTargetInput getInput()
      Description copied from interface: ScheduleTargetBaseProps
      (experimental) Input passed to the target.

      Default: - no input.

      Specified by:
      getInput in interface ScheduleTargetBaseProps
    • getMaxEventAge

      public final Duration getMaxEventAge()
      Description copied from interface: ScheduleTargetBaseProps
      (experimental) The maximum age of a request that Scheduler sends to a target for processing.

      Minimum value of 60. Maximum value of 86400.

      Default: Duration.hours(24)

      Specified by:
      getMaxEventAge in interface ScheduleTargetBaseProps
    • getRetryAttempts

      public final Number getRetryAttempts()
      Description copied from interface: ScheduleTargetBaseProps
      (experimental) The maximum number of times to retry when the target returns an error.

      Minimum value of 0. Maximum value of 185.

      Default: 185

      Specified by:
      getRetryAttempts in interface ScheduleTargetBaseProps
    • getRole

      public final IRole getRole()
      Description copied from interface: ScheduleTargetBaseProps
      (experimental) An execution role is an IAM role that EventBridge Scheduler assumes in order to interact with other AWS services on your behalf.

      If none provided templates target will automatically create an IAM role with all the minimum necessary permissions to interact with the templated target. If you wish you may specify your own IAM role, then the templated targets will grant minimal required permissions.

      Universal target automatically create an IAM role if you do not specify your own IAM role. However, in comparison with templated targets, for universal targets you must grant the required IAM permissions yourself.

      Default: - created by target

      Specified by:
      getRole in interface ScheduleTargetBaseProps
    • $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