Uses of Interface
software.amazon.awscdk.services.events.IRuleTarget
Packages that use IRuleTarget
Package
Description
AWS CodeCommit Construct Library
AWS CodePipeline Construct Library
AWS CodePipeline Actions
Amazon ECR Construct Library
Amazon EventBridge Construct Library
Event Targets for Amazon EventBridge
Amazon S3 Construct Library
-
Uses of IRuleTarget in software.amazon.awscdk.services.codecommit
Methods in software.amazon.awscdk.services.codecommit that return IRuleTargetMethods in software.amazon.awscdk.services.codecommit with parameters of type IRuleTargetModifier and TypeMethodDescriptionOnCommitOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()
-
Uses of IRuleTarget in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline with parameters of type IRuleTargetModifier and TypeMethodDescriptionAction.onStateChange
(String name, IRuleTarget target) Creates an Event that will be triggered whenever the state of this Action changes.Action.onStateChange
(String name, IRuleTarget target, RuleProps options) Creates an Event that will be triggered whenever the state of this Action changes.default Rule
IAction.Jsii$Default.onStateChange
(String name, IRuleTarget target, RuleProps options) Creates an Event that will be triggered whenever the state of this Action changes.final Rule
IAction.Jsii$Proxy.onStateChange
(String name, IRuleTarget target) Creates an Event that will be triggered whenever the state of this Action changes.final Rule
IAction.Jsii$Proxy.onStateChange
(String name, IRuleTarget target, RuleProps options) Creates an Event that will be triggered whenever the state of this Action changes.IAction.onStateChange
(String name, IRuleTarget target) Creates an Event that will be triggered whenever the state of this Action changes.IAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Creates an Event that will be triggered whenever the state of this Action changes.default Rule
IStage.Jsii$Default.onStateChange
(String name, IRuleTarget target, RuleProps options) final Rule
IStage.Jsii$Proxy.onStateChange
(String name, IRuleTarget target) final Rule
IStage.Jsii$Proxy.onStateChange
(String name, IRuleTarget target, RuleProps options) IStage.onStateChange
(String name, IRuleTarget target) IStage.onStateChange
(String name, IRuleTarget target, RuleProps options) -
Uses of IRuleTarget in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return IRuleTargetModifier and TypeMethodDescriptionICustomEventRule.getTarget()
Target e.g.default IRuleTarget
ICustomEventRule.Jsii$Default.getTarget()
Target e.g.final IRuleTarget
ICustomEventRule.Jsii$Proxy.getTarget()
Target e.g. -
Uses of IRuleTarget in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return IRuleTargetModifier and TypeMethodDescriptionfinal IRuleTarget
OnCloudTrailImagePushedOptions.Jsii$Proxy.getTarget()
final IRuleTarget
OnImageScanCompletedOptions.Jsii$Proxy.getTarget()
Methods in software.amazon.awscdk.services.ecr with parameters of type IRuleTargetModifier and TypeMethodDescriptionOnCloudTrailImagePushedOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()
OnImageScanCompletedOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()
-
Uses of IRuleTarget in software.amazon.awscdk.services.events
Subinterfaces of IRuleTarget in software.amazon.awscdk.services.eventsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIRuleTarget
.Classes in software.amazon.awscdk.services.events that implement IRuleTargetModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.events that return IRuleTargetModifier and TypeMethodDescriptiondefault IRuleTarget
OnEventOptions.getTarget()
The target to register for the event.final IRuleTarget
OnEventOptions.Jsii$Proxy.getTarget()
Methods in software.amazon.awscdk.services.events that return types with arguments of type IRuleTargetModifier and TypeMethodDescriptiondefault List<IRuleTarget>
RuleProps.getTargets()
Targets to invoke when this rule matches an event.final List<IRuleTarget>
RuleProps.Jsii$Proxy.getTargets()
Methods in software.amazon.awscdk.services.events with parameters of type IRuleTargetModifier and TypeMethodDescriptionvoid
Rule.addTarget
(IRuleTarget target) Adds a target to the rule.OnEventOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()
Method parameters in software.amazon.awscdk.services.events with type arguments of type IRuleTargetModifier and TypeMethodDescriptionRule.Builder.targets
(List<? extends IRuleTarget> targets) Targets to invoke when this rule matches an event.RuleProps.Builder.targets
(List<? extends IRuleTarget> targets) Sets the value ofRuleProps.getTargets()
-
Uses of IRuleTarget in software.amazon.awscdk.services.events.targets
Classes in software.amazon.awscdk.services.events.targets that implement IRuleTargetModifier and TypeClassDescriptionclass
Use an API Destination rule target.class
Use an API Gateway REST APIs as a target for Amazon EventBridge rules.class
Use an AppSync GraphQL API as a target for Amazon EventBridge rules.class
Use an AWS Lambda function that makes API calls as an event rule target.class
Use an AWS Batch Job / Queue as an event rule target.class
Use an AWS CloudWatch LogGroup as an event rule target.class
Start a CodeBuild build when an Amazon EventBridge rule is triggered.class
Allows the pipeline to be used as an EventBridge rule target.class
Start a task on an ECS cluster.class
Notify an existing Event Bus of an event.class
Deprecated.Use KinesisFirehoseStreamV2class
Customize the Firehose Stream Event Target V2 to support L2 Kinesis Delivery Stream instead of L1 Cfn Kinesis Delivery Stream.class
Use a Kinesis Stream as a target for AWS CloudWatch event rules.class
Use an AWS Lambda function as an event rule target.class
Schedule an Amazon Redshift Query to be run, using the Redshift Data API.class
Use a StepFunctions state machine as a target for Amazon EventBridge rules.class
Use an SNS topic as a target for Amazon EventBridge rules.class
Use an SQS Queue as a target for Amazon EventBridge rules. -
Uses of IRuleTarget in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return IRuleTargetModifier and TypeMethodDescriptionfinal IRuleTarget
OnCloudTrailBucketEventOptions.Jsii$Proxy.getTarget()
Methods in software.amazon.awscdk.services.s3 with parameters of type IRuleTargetModifier and TypeMethodDescriptionOnCloudTrailBucketEventOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()