Uses of Interface
software.amazon.awscdk.services.events.IRuleTarget
Package
Description
Continuous Integration / Continuous Delivery for CDK Applications
CDK Pipelines
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.appdelivery
Modifier and TypeMethodDescriptionPipelineDeployStackAction.onStateChange
(String name, IRuleTarget target) Deprecated.PipelineDeployStackAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Deprecated. -
Uses of IRuleTarget in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptionDeployCdkStackAction.onStateChange
(String name, IRuleTarget target) Deprecated.DeployCdkStackAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Deprecated.PublishAssetsAction.onStateChange
(String name, IRuleTarget target) Deprecated.PublishAssetsAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Deprecated.ShellScriptAction.onStateChange
(String name, IRuleTarget target) Deprecated.ShellScriptAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Deprecated.SimpleSynthAction.onStateChange
(String name, IRuleTarget target) Deprecated.SimpleSynthAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Deprecated.UpdatePipelineAction.onStateChange
(String name, IRuleTarget target) Deprecated.UpdatePipelineAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Deprecated. -
Uses of IRuleTarget in software.amazon.awscdk.services.codecommit
Modifier and TypeMethodDescriptionOnCommitOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()
-
Uses of IRuleTarget in software.amazon.awscdk.services.codepipeline
Modifier 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
Modifier and TypeMethodDescriptionBitBucketSourceAction.onStateChange
(String name, IRuleTarget target) Deprecated.BitBucketSourceAction.onStateChange
(String name, IRuleTarget target, RuleProps options) Deprecated. -
Uses of IRuleTarget in software.amazon.awscdk.services.ecr
Modifier and TypeMethodDescriptionfinal IRuleTarget
OnCloudTrailImagePushedOptions.Jsii$Proxy.getTarget()
final IRuleTarget
OnImageScanCompletedOptions.Jsii$Proxy.getTarget()
Modifier 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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIRuleTarget
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault IRuleTarget
OnEventOptions.getTarget()
The target to register for the event.final IRuleTarget
OnEventOptions.Jsii$Proxy.getTarget()
Modifier and TypeMethodDescriptiondefault List<IRuleTarget>
RuleProps.getTargets()
Targets to invoke when this rule matches an event.final List<IRuleTarget>
RuleProps.Jsii$Proxy.getTargets()
Modifier and TypeMethodDescriptionvoid
Rule.addTarget
(IRuleTarget target) Adds a target to the rule.OnEventOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()
Modifier 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
Modifier 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 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
Customize the Firehose Stream Event Target.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
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
Modifier and TypeMethodDescriptionfinal IRuleTarget
OnCloudTrailBucketEventOptions.Jsii$Proxy.getTarget()
Modifier and TypeMethodDescriptionOnCloudTrailBucketEventOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()