Interface IRuleTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IRuleTarget.Jsii$Default
- All Known Implementing Classes:
ApiDestination,ApiGateway,AwsApi,BatchJob,CloudWatchLogGroup,CodeBuildProject,CodePipeline,EcsTask,EventBus,IRuleTarget.Jsii$Proxy,KinesisFirehoseStream,KinesisStream,LambdaFunction,SfnStateMachine,SnsTopic,SqsQueue
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:37.049Z")
@Stability(Stable)
public interface IRuleTarget
extends software.amazon.jsii.JsiiSerializable
An abstract target for EventRules.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRuleTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionReturns the rule target specification.Returns the rule target specification.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
Returns the rule target specification.NOTE: Do not use the various
inputXxxoptions. They can be set in a call toaddTarget.- Parameters:
rule- The EventBridge Rule that would trigger this target. This parameter is required.id- The id of the target that will be attached to the rule.
-
bind
Returns the rule target specification.NOTE: Do not use the various
inputXxxoptions. They can be set in a call toaddTarget.- Parameters:
rule- The EventBridge Rule that would trigger this target. This parameter is required.
-