Interface IRuleTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IRuleTarget.Jsii$Default
- All Known Implementing Classes:
ApiDestination
,ApiGateway
,AppSync
,AwsApi
,BatchJob
,CloudWatchLogGroup
,CodeBuildProject
,CodePipeline
,EcsTask
,EventBus
,IRuleTarget.Jsii$Proxy
,KinesisFirehoseStream
,KinesisFirehoseStreamV2
,KinesisStream
,LambdaFunction
,RedshiftQuery
,SfnStateMachine
,SnsTopic
,SqsQueue
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:31.476Z")
@Stability(Stable)
public interface IRuleTarget
extends software.amazon.jsii.JsiiSerializable
An abstract target for EventRules.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIRuleTarget
.static final class
A 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
inputXxx
options. 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
inputXxx
options. They can be set in a call toaddTarget
.- Parameters:
rule
- The EventBridge Rule that would trigger this target. This parameter is required.
-