java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.targets.SqsQueue
All Implemented Interfaces:
IRuleTarget, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:17.412Z") @Stability(Stable) public class SqsQueue extends software.amazon.jsii.JsiiObject implements IRuleTarget
Use an SQS Queue as a target for Amazon EventBridge rules.

Example:

 // publish to an SQS queue every time code is committed
 // to a CodeCommit repository
 repository.onCommit("onCommit", OnCommitOptions.builder().target(new SqsQueue(queue)).build());
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for SqsQueue.

    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.events.IRuleTarget

    IRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
     
    SqsQueue(IQueue queue, SqsQueueProps props)
     
    protected
    SqsQueue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    SqsQueue(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(IRule rule)
    Returns a RuleTarget that can be used to trigger this SQS queue as a result from an EventBridge event.
    bind(IRule rule, String _id)
    Returns a RuleTarget that can be used to trigger this SQS queue as a result from an EventBridge event.
     

    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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson