| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IRuleTarget |
OnCommitOptions.Jsii$Proxy.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
OnCommitOptions.Builder |
OnCommitOptions.Builder.target(IRuleTarget target)
Sets the value of
OnEventOptions.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Action.onStateChange(String name,
IRuleTarget target)
Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.onStateChange(String name,
IRuleTarget target)
Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.Jsii$Proxy.onStateChange(String name,
IRuleTarget target)
Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IStage.onStateChange(String name,
IRuleTarget target) |
Rule |
IStage.Jsii$Proxy.onStateChange(String name,
IRuleTarget target) |
Rule |
Action.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Creates an Event that will be triggered whenever the state of this Action changes.
|
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.
|
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.
|
Rule |
IStage.onStateChange(String name,
IRuleTarget target,
RuleProps options) |
Rule |
IStage.Jsii$Proxy.onStateChange(String name,
IRuleTarget target,
RuleProps options) |
default Rule |
IStage.Jsii$Default.onStateChange(String name,
IRuleTarget target,
RuleProps options) |
| Modifier and Type | Method and Description |
|---|---|
IRuleTarget |
OnImageScanCompletedOptions.Jsii$Proxy.getTarget() |
IRuleTarget |
OnCloudTrailImagePushedOptions.Jsii$Proxy.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
OnImageScanCompletedOptions.Builder |
OnImageScanCompletedOptions.Builder.target(IRuleTarget target)
Sets the value of
OnEventOptions.getTarget() |
OnCloudTrailImagePushedOptions.Builder |
OnCloudTrailImagePushedOptions.Builder.target(IRuleTarget target)
Sets the value of
OnEventOptions.getTarget() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IRuleTarget.Jsii$Default
Internal default implementation for
IRuleTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IRuleTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default IRuleTarget |
OnEventOptions.getTarget()
The target to register for the event.
|
IRuleTarget |
OnEventOptions.Jsii$Proxy.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
default List<IRuleTarget> |
RuleProps.getTargets()
Targets to invoke when this rule matches an event.
|
List<IRuleTarget> |
RuleProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.addTarget(IRuleTarget target)
Adds a target to the rule.
|
OnEventOptions.Builder |
OnEventOptions.Builder.target(IRuleTarget target)
Sets the value of
OnEventOptions.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.targets(List<? extends IRuleTarget> targets)
Targets to invoke when this rule matches an event.
|
RuleProps.Builder |
RuleProps.Builder.targets(List<? extends IRuleTarget> targets)
Sets the value of
RuleProps.getTargets() |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiDestination
Use an API Destination rule target.
|
class |
ApiGateway
Use an API Gateway REST APIs as a target for Amazon EventBridge rules.
|
class |
AwsApi
Use an AWS Lambda function that makes API calls as an event rule target.
|
class |
BatchJob
Use an AWS Batch Job / Queue as an event rule target.
|
class |
CloudWatchLogGroup
Use an AWS CloudWatch LogGroup as an event rule target.
|
class |
CodeBuildProject
Start a CodeBuild build when an Amazon EventBridge rule is triggered.
|
class |
CodePipeline
Allows the pipeline to be used as an EventBridge rule target.
|
class |
EcsTask
Start a task on an ECS cluster.
|
class |
EventBus
Notify an existing Event Bus of an event.
|
class |
KinesisFirehoseStream
Customize the Firehose Stream Event Target.
|
class |
KinesisStream
Use a Kinesis Stream as a target for AWS CloudWatch event rules.
|
class |
LambdaFunction
Use an AWS Lambda function as an event rule target.
|
class |
SfnStateMachine
Use a StepFunctions state machine as a target for Amazon EventBridge rules.
|
class |
SnsTopic
Use an SNS topic as a target for Amazon EventBridge rules.
|
class |
SqsQueue
Use an SQS Queue as a target for Amazon EventBridge rules.
|
| Modifier and Type | Method and Description |
|---|---|
IRuleTarget |
OnCloudTrailBucketEventOptions.Jsii$Proxy.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
OnCloudTrailBucketEventOptions.Builder |
OnCloudTrailBucketEventOptions.Builder.target(IRuleTarget target)
Sets the value of
OnEventOptions.getTarget() |
Copyright © 2022. All rights reserved.