| Package | Description |
|---|---|
| software.amazon.awscdk.appdelivery |
Continuous Integration / Continuous Delivery for CDK Applications
|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| 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 |
|---|---|
Rule |
PipelineDeployStackAction.onStateChange(String name,
IRuleTarget target)
(experimental) Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
PipelineDeployStackAction.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 |
|---|---|
Rule |
SimpleSynthAction.onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
ShellScriptAction.onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
UpdatePipelineAction.onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
DeployCdkStackAction.onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
PublishAssetsAction.onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
SimpleSynthAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
Rule |
ShellScriptAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
Rule |
UpdatePipelineAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
Rule |
DeployCdkStackAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
Rule |
PublishAssetsAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
| 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 |
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) |
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,
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
BitBucketSourceAction.onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
BitBucketSourceAction.onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
| 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()
(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 |
|---|---|
Rule.Builder |
Rule.Builder.targets(List<? extends IRuleTarget> targets)
(experimental) 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 |
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() |
Copyright © 2022. All rights reserved.