| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> branches,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnCommitOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Rule |
IStage.onStateChange(String name,
IRuleTarget target) |
Rule |
IStage.Jsii$Proxy.onStateChange(String name,
IRuleTarget target) |
Rule |
Action.onStateChange(String name,
IRuleTarget target)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.onStateChange(String name,
IRuleTarget target)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.Jsii$Proxy.onStateChange(String name,
IRuleTarget target)
(experimental) 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) |
Rule |
Action.onStateChange(String name,
IRuleTarget target,
RuleProps options)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
(experimental) 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)
(experimental) 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)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> imageTags,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnImageScanCompletedOptions.Builder. |
Jsii$Proxy(String imageTag,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnCloudTrailImagePushedOptions.Builder. |
| 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()
(experimental) The target to register for the event.
|
IRuleTarget |
OnEventOptions.Jsii$Proxy.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
default List<IRuleTarget> |
RuleProps.getTargets()
(experimental) 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)
(experimental) 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 |
|---|---|
RuleProps.Builder |
RuleProps.Builder.targets(List<? extends IRuleTarget> targets)
Sets the value of
RuleProps.getTargets() |
Rule.Builder |
Rule.Builder.targets(List<? extends IRuleTarget> targets)
(experimental) Targets to invoke when this rule matches an event.
|
| Constructor and Description |
|---|
Jsii$Proxy(String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnEventOptions.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(String description,
Boolean enabled,
IEventBus eventBus,
EventPattern eventPattern,
String ruleName,
Schedule schedule,
List<? extends IRuleTarget> targets)
Constructor that initializes the object based on literal property values passed by the
RuleProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiGateway
(experimental) Use an API Gateway REST APIs as a target for Amazon EventBridge rules.
|
class |
AwsApi
(experimental) Use an AWS Lambda function that makes API calls as an event rule target.
|
class |
BatchJob
(experimental) Use an AWS Batch Job / Queue as an event rule target.
|
class |
CloudWatchLogGroup
(experimental) Use an AWS CloudWatch LogGroup as an event rule target.
|
class |
CodeBuildProject
(experimental) Start a CodeBuild build when an Amazon EventBridge rule is triggered.
|
class |
CodePipeline
(experimental) Allows the pipeline to be used as an EventBridge rule target.
|
class |
EcsTask
(experimental) Start a task on an ECS cluster.
|
class |
EventBus
(experimental) Notify an existing Event Bus of an event.
|
class |
KinesisFirehoseStream
(experimental) Customize the Firehose Stream Event Target.
|
class |
KinesisStream
(experimental) Use a Kinesis Stream as a target for AWS CloudWatch event rules.
|
class |
LambdaFunction
(experimental) Use an AWS Lambda function as an event rule target.
|
class |
SfnStateMachine
(experimental) Use a StepFunctions state machine as a target for Amazon EventBridge rules.
|
class |
SnsTopic
(experimental) Use an SNS topic as a target for Amazon EventBridge rules.
|
class |
SqsQueue
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> paths,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnCloudTrailBucketEventOptions.Builder. |
Copyright © 2021. All rights reserved.