| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Trail.onEvent(software.constructs.Construct scope,
String id)
Create an event rule for when an event is recorded by any Trail in the account.
|
static Rule |
Trail.onEvent(software.constructs.Construct scope,
String id,
OnEventOptions options)
Create an event rule for when an event is recorded by any Trail in the account.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Project.onBuildFailed(String id)
Defines an event rule which triggers when a build fails.
|
Rule |
IProject.onBuildFailed(String id)
Defines an event rule which triggers when a build fails.
|
Rule |
IProject.Jsii$Proxy.onBuildFailed(String id)
Defines an event rule which triggers when a build fails.
|
Rule |
Project.onBuildFailed(String id,
OnEventOptions options)
Defines an event rule which triggers when a build fails.
|
Rule |
IProject.onBuildFailed(String id,
OnEventOptions options)
Defines an event rule which triggers when a build fails.
|
Rule |
IProject.Jsii$Proxy.onBuildFailed(String id,
OnEventOptions options)
Defines an event rule which triggers when a build fails.
|
default Rule |
IProject.Jsii$Default.onBuildFailed(String id,
OnEventOptions options)
Defines an event rule which triggers when a build fails.
|
Rule |
Project.onBuildStarted(String id)
Defines an event rule which triggers when a build starts.
|
Rule |
IProject.onBuildStarted(String id)
Defines an event rule which triggers when a build starts.
|
Rule |
IProject.Jsii$Proxy.onBuildStarted(String id)
Defines an event rule which triggers when a build starts.
|
Rule |
Project.onBuildStarted(String id,
OnEventOptions options)
Defines an event rule which triggers when a build starts.
|
Rule |
IProject.onBuildStarted(String id,
OnEventOptions options)
Defines an event rule which triggers when a build starts.
|
Rule |
IProject.Jsii$Proxy.onBuildStarted(String id,
OnEventOptions options)
Defines an event rule which triggers when a build starts.
|
default Rule |
IProject.Jsii$Default.onBuildStarted(String id,
OnEventOptions options)
Defines an event rule which triggers when a build starts.
|
Rule |
Project.onBuildSucceeded(String id)
Defines an event rule which triggers when a build completes successfully.
|
Rule |
IProject.onBuildSucceeded(String id)
Defines an event rule which triggers when a build completes successfully.
|
Rule |
IProject.Jsii$Proxy.onBuildSucceeded(String id)
Defines an event rule which triggers when a build completes successfully.
|
Rule |
Project.onBuildSucceeded(String id,
OnEventOptions options)
Defines an event rule which triggers when a build completes successfully.
|
Rule |
IProject.onBuildSucceeded(String id,
OnEventOptions options)
Defines an event rule which triggers when a build completes successfully.
|
Rule |
IProject.Jsii$Proxy.onBuildSucceeded(String id,
OnEventOptions options)
Defines an event rule which triggers when a build completes successfully.
|
default Rule |
IProject.Jsii$Default.onBuildSucceeded(String id,
OnEventOptions options)
Defines an event rule which triggers when a build completes successfully.
|
Rule |
Project.onEvent(String id)
Defines a CloudWatch event rule triggered when something happens with this project.
|
Rule |
IProject.onEvent(String id)
Defines a CloudWatch event rule triggered when something happens with this project.
|
Rule |
IProject.Jsii$Proxy.onEvent(String id)
Defines a CloudWatch event rule triggered when something happens with this project.
|
Rule |
Project.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when something happens with this project.
|
Rule |
IProject.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when something happens with this project.
|
Rule |
IProject.Jsii$Proxy.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when something happens with this project.
|
default Rule |
IProject.Jsii$Default.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when something happens with this project.
|
Rule |
Project.onPhaseChange(String id)
Defines a CloudWatch event rule that triggers upon phase change of this build project.
|
Rule |
IProject.onPhaseChange(String id)
Defines a CloudWatch event rule that triggers upon phase change of this build project.
|
Rule |
IProject.Jsii$Proxy.onPhaseChange(String id)
Defines a CloudWatch event rule that triggers upon phase change of this build project.
|
Rule |
Project.onPhaseChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule that triggers upon phase change of this build project.
|
Rule |
IProject.onPhaseChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule that triggers upon phase change of this build project.
|
Rule |
IProject.Jsii$Proxy.onPhaseChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule that triggers upon phase change of this build project.
|
default Rule |
IProject.Jsii$Default.onPhaseChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule that triggers upon phase change of this build project.
|
Rule |
Project.onStateChange(String id)
Defines a CloudWatch event rule triggered when the build project state changes.
|
Rule |
IProject.onStateChange(String id)
Defines a CloudWatch event rule triggered when the build project state changes.
|
Rule |
IProject.Jsii$Proxy.onStateChange(String id)
Defines a CloudWatch event rule triggered when the build project state changes.
|
Rule |
Project.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when the build project state changes.
|
Rule |
IProject.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when the build project state changes.
|
Rule |
IProject.Jsii$Proxy.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when the build project state changes.
|
default Rule |
IProject.Jsii$Default.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule triggered when the build project state changes.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
IRepository.onCommentOnCommit(String id)
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
|
Rule |
IRepository.Jsii$Proxy.onCommentOnCommit(String id)
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
|
Rule |
Repository.onCommentOnCommit(String id)
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
|
Rule |
IRepository.onCommentOnCommit(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
|
Rule |
IRepository.Jsii$Proxy.onCommentOnCommit(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
|
default Rule |
IRepository.Jsii$Default.onCommentOnCommit(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
|
Rule |
Repository.onCommentOnCommit(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
|
Rule |
IRepository.onCommentOnPullRequest(String id)
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
|
Rule |
IRepository.Jsii$Proxy.onCommentOnPullRequest(String id)
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
|
Rule |
Repository.onCommentOnPullRequest(String id)
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
|
Rule |
IRepository.onCommentOnPullRequest(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
|
Rule |
IRepository.Jsii$Proxy.onCommentOnPullRequest(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
|
default Rule |
IRepository.Jsii$Default.onCommentOnPullRequest(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
|
Rule |
Repository.onCommentOnPullRequest(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
|
Rule |
IRepository.onCommit(String id)
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
|
Rule |
IRepository.Jsii$Proxy.onCommit(String id)
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
|
Rule |
Repository.onCommit(String id)
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
|
Rule |
IRepository.onCommit(String id,
OnCommitOptions options)
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
|
Rule |
IRepository.Jsii$Proxy.onCommit(String id,
OnCommitOptions options)
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
|
default Rule |
IRepository.Jsii$Default.onCommit(String id,
OnCommitOptions options)
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
|
Rule |
Repository.onCommit(String id,
OnCommitOptions options)
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
|
Rule |
IRepository.onEvent(String id)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.Jsii$Proxy.onEvent(String id)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
Repository.onEvent(String id)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.Jsii$Proxy.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
default Rule |
IRepository.Jsii$Default.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
Repository.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.onPullRequestStateChange(String id)
Defines a CloudWatch event rule which triggers when a pull request state is changed.
|
Rule |
IRepository.Jsii$Proxy.onPullRequestStateChange(String id)
Defines a CloudWatch event rule which triggers when a pull request state is changed.
|
Rule |
Repository.onPullRequestStateChange(String id)
Defines a CloudWatch event rule which triggers when a pull request state is changed.
|
Rule |
IRepository.onPullRequestStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a pull request state is changed.
|
Rule |
IRepository.Jsii$Proxy.onPullRequestStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a pull request state is changed.
|
default Rule |
IRepository.Jsii$Default.onPullRequestStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a pull request state is changed.
|
Rule |
Repository.onPullRequestStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a pull request state is changed.
|
Rule |
IRepository.onReferenceCreated(String id)
Defines a CloudWatch event rule which triggers when a reference is created (i.e.
|
Rule |
IRepository.Jsii$Proxy.onReferenceCreated(String id)
Defines a CloudWatch event rule which triggers when a reference is created (i.e.
|
Rule |
Repository.onReferenceCreated(String id)
Defines a CloudWatch event rule which triggers when a reference is created (i.e.
|
Rule |
IRepository.onReferenceCreated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is created (i.e.
|
Rule |
IRepository.Jsii$Proxy.onReferenceCreated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is created (i.e.
|
default Rule |
IRepository.Jsii$Default.onReferenceCreated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is created (i.e.
|
Rule |
Repository.onReferenceCreated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is created (i.e.
|
Rule |
IRepository.onReferenceDeleted(String id)
Defines a CloudWatch event rule which triggers when a reference is delete (i.e.
|
Rule |
IRepository.Jsii$Proxy.onReferenceDeleted(String id)
Defines a CloudWatch event rule which triggers when a reference is delete (i.e.
|
Rule |
Repository.onReferenceDeleted(String id)
Defines a CloudWatch event rule which triggers when a reference is delete (i.e.
|
Rule |
IRepository.onReferenceDeleted(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is delete (i.e.
|
Rule |
IRepository.Jsii$Proxy.onReferenceDeleted(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is delete (i.e.
|
default Rule |
IRepository.Jsii$Default.onReferenceDeleted(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is delete (i.e.
|
Rule |
Repository.onReferenceDeleted(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is delete (i.e.
|
Rule |
IRepository.onReferenceUpdated(String id)
Defines a CloudWatch event rule which triggers when a reference is updated (i.e.
|
Rule |
IRepository.Jsii$Proxy.onReferenceUpdated(String id)
Defines a CloudWatch event rule which triggers when a reference is updated (i.e.
|
Rule |
Repository.onReferenceUpdated(String id)
Defines a CloudWatch event rule which triggers when a reference is updated (i.e.
|
Rule |
IRepository.onReferenceUpdated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is updated (i.e.
|
Rule |
IRepository.Jsii$Proxy.onReferenceUpdated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is updated (i.e.
|
default Rule |
IRepository.Jsii$Default.onReferenceUpdated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is updated (i.e.
|
Rule |
Repository.onReferenceUpdated(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a reference is updated (i.e.
|
Rule |
IRepository.onStateChange(String id)
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
|
Rule |
IRepository.Jsii$Proxy.onStateChange(String id)
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
|
Rule |
Repository.onStateChange(String id)
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
|
Rule |
IRepository.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
|
Rule |
IRepository.Jsii$Proxy.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
|
default Rule |
IRepository.Jsii$Default.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
|
Rule |
Repository.onStateChange(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
IPipeline.onEvent(String id)
Define an event rule triggered by this CodePipeline.
|
Rule |
IPipeline.Jsii$Proxy.onEvent(String id)
Define an event rule triggered by this CodePipeline.
|
Rule |
Pipeline.onEvent(String id)
Defines an event rule triggered by this CodePipeline.
|
Rule |
IPipeline.onEvent(String id,
OnEventOptions options)
Define an event rule triggered by this CodePipeline.
|
Rule |
IPipeline.Jsii$Proxy.onEvent(String id,
OnEventOptions options)
Define an event rule triggered by this CodePipeline.
|
default Rule |
IPipeline.Jsii$Default.onEvent(String id,
OnEventOptions options)
Define an event rule triggered by this CodePipeline.
|
Rule |
Pipeline.onEvent(String id,
OnEventOptions options)
Defines an event rule triggered by this CodePipeline.
|
Rule |
IPipeline.onStateChange(String id)
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
Rule |
IPipeline.Jsii$Proxy.onStateChange(String id)
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
Rule |
Pipeline.onStateChange(String id)
Defines an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
Rule |
Action.onStateChange(String name)
Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.onStateChange(String name)
Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IAction.Jsii$Proxy.onStateChange(String name)
Creates an Event that will be triggered whenever the state of this Action changes.
|
Rule |
IStage.onStateChange(String name) |
Rule |
IStage.Jsii$Proxy.onStateChange(String name) |
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) |
Rule |
IPipeline.onStateChange(String id,
OnEventOptions options)
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
Rule |
IPipeline.Jsii$Proxy.onStateChange(String id,
OnEventOptions options)
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
default Rule |
IPipeline.Jsii$Default.onStateChange(String id,
OnEventOptions options)
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
Rule |
Pipeline.onStateChange(String id,
OnEventOptions options)
Defines an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
CustomRule.onComplianceChange(String id)
Defines an EventBridge event rule which triggers for rule compliance events.
|
Rule |
ManagedRule.onComplianceChange(String id)
Defines an EventBridge event rule which triggers for rule compliance events.
|
Rule |
IRule.onComplianceChange(String id)
Defines a EventBridge event rule which triggers for rule compliance events.
|
Rule |
IRule.Jsii$Proxy.onComplianceChange(String id)
Defines a EventBridge event rule which triggers for rule compliance events.
|
Rule |
CustomRule.onComplianceChange(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule compliance events.
|
Rule |
ManagedRule.onComplianceChange(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule compliance events.
|
Rule |
IRule.onComplianceChange(String id,
OnEventOptions options)
Defines a EventBridge event rule which triggers for rule compliance events.
|
Rule |
IRule.Jsii$Proxy.onComplianceChange(String id,
OnEventOptions options)
Defines a EventBridge event rule which triggers for rule compliance events.
|
default Rule |
IRule.Jsii$Default.onComplianceChange(String id,
OnEventOptions options)
Defines a EventBridge event rule which triggers for rule compliance events.
|
Rule |
CustomRule.onEvent(String id)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
ManagedRule.onEvent(String id)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
IRule.onEvent(String id)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
IRule.Jsii$Proxy.onEvent(String id)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
CustomRule.onEvent(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
ManagedRule.onEvent(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
IRule.onEvent(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
IRule.Jsii$Proxy.onEvent(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule events.
|
default Rule |
IRule.Jsii$Default.onEvent(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule events.
|
Rule |
CustomRule.onReEvaluationStatus(String id)
Defines an EventBridge event rule which triggers for rule re-evaluation status events.
|
Rule |
ManagedRule.onReEvaluationStatus(String id)
Defines an EventBridge event rule which triggers for rule re-evaluation status events.
|
Rule |
IRule.onReEvaluationStatus(String id)
Defines a EventBridge event rule which triggers for rule re-evaluation status events.
|
Rule |
IRule.Jsii$Proxy.onReEvaluationStatus(String id)
Defines a EventBridge event rule which triggers for rule re-evaluation status events.
|
Rule |
CustomRule.onReEvaluationStatus(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule re-evaluation status events.
|
Rule |
ManagedRule.onReEvaluationStatus(String id,
OnEventOptions options)
Defines an EventBridge event rule which triggers for rule re-evaluation status events.
|
Rule |
IRule.onReEvaluationStatus(String id,
OnEventOptions options)
Defines a EventBridge event rule which triggers for rule re-evaluation status events.
|
Rule |
IRule.Jsii$Proxy.onReEvaluationStatus(String id,
OnEventOptions options)
Defines a EventBridge event rule which triggers for rule re-evaluation status events.
|
default Rule |
IRule.Jsii$Default.onReEvaluationStatus(String id,
OnEventOptions options)
Defines a EventBridge event rule which triggers for rule re-evaluation status events.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
RepositoryBase.onCloudTrailEvent(String id)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
IRepository.onCloudTrailEvent(String id)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
IRepository.Jsii$Proxy.onCloudTrailEvent(String id)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
RepositoryBase.onCloudTrailEvent(String id,
OnEventOptions options)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
IRepository.onCloudTrailEvent(String id,
OnEventOptions options)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
IRepository.Jsii$Proxy.onCloudTrailEvent(String id,
OnEventOptions options)
Define a CloudWatch event that triggers when something happens to this repository.
|
default Rule |
IRepository.Jsii$Default.onCloudTrailEvent(String id,
OnEventOptions options)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
RepositoryBase.onCloudTrailImagePushed(String id)
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.
|
Rule |
IRepository.onCloudTrailImagePushed(String id)
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.
|
Rule |
IRepository.Jsii$Proxy.onCloudTrailImagePushed(String id)
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.
|
Rule |
RepositoryBase.onCloudTrailImagePushed(String id,
OnCloudTrailImagePushedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.
|
Rule |
IRepository.onCloudTrailImagePushed(String id,
OnCloudTrailImagePushedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.
|
Rule |
IRepository.Jsii$Proxy.onCloudTrailImagePushed(String id,
OnCloudTrailImagePushedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.
|
default Rule |
IRepository.Jsii$Default.onCloudTrailImagePushed(String id,
OnCloudTrailImagePushedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when an image is pushed to this repository.
|
Rule |
RepositoryBase.onEvent(String id)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.onEvent(String id)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.Jsii$Proxy.onEvent(String id)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
RepositoryBase.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
IRepository.Jsii$Proxy.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
default Rule |
IRepository.Jsii$Default.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for repository events.
|
Rule |
RepositoryBase.onImageScanCompleted(String id)
Defines an AWS CloudWatch event rule that can trigger a target when an image scan is completed.
|
Rule |
IRepository.onImageScanCompleted(String id)
Defines an AWS CloudWatch event rule that can trigger a target when the image scan is completed.
|
Rule |
IRepository.Jsii$Proxy.onImageScanCompleted(String id)
Defines an AWS CloudWatch event rule that can trigger a target when the image scan is completed.
|
Rule |
RepositoryBase.onImageScanCompleted(String id,
OnImageScanCompletedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when an image scan is completed.
|
Rule |
IRepository.onImageScanCompleted(String id,
OnImageScanCompletedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when the image scan is completed.
|
Rule |
IRepository.Jsii$Proxy.onImageScanCompleted(String id,
OnImageScanCompletedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when the image scan is completed.
|
default Rule |
IRepository.Jsii$Default.onImageScanCompleted(String id,
OnImageScanCompletedOptions options)
Defines an AWS CloudWatch event rule that can trigger a target when the image scan is completed.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
ScheduledTaskBase.getEventRule()
The CloudWatch Events rule for the service.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Rule |
DatabaseInstanceBase.onEvent(String id)
Defines a CloudWatch event rule which triggers for instance events.
|
Rule |
IDatabaseInstance.onEvent(String id)
Defines a CloudWatch event rule which triggers for instance events.
|
Rule |
IDatabaseInstance.Jsii$Proxy.onEvent(String id)
Defines a CloudWatch event rule which triggers for instance events.
|
Rule |
DatabaseInstanceBase.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for instance events.
|
Rule |
IDatabaseInstance.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for instance events.
|
Rule |
IDatabaseInstance.Jsii$Proxy.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for instance events.
|
default Rule |
IDatabaseInstance.Jsii$Default.onEvent(String id,
OnEventOptions options)
Defines a CloudWatch event rule which triggers for instance events.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
BucketBase.onCloudTrailEvent(String id)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
IBucket.onCloudTrailEvent(String id)
Defines a CloudWatch event that triggers when something happens to this bucket.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailEvent(String id)
Defines a CloudWatch event that triggers when something happens to this bucket.
|
Rule |
BucketBase.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
IBucket.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
Defines a CloudWatch event that triggers when something happens to this bucket.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
Defines a CloudWatch event that triggers when something happens to this bucket.
|
default Rule |
IBucket.Jsii$Default.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
Defines a CloudWatch event that triggers when something happens to this bucket.
|
Rule |
BucketBase.onCloudTrailPutObject(String id)
Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.
|
Rule |
IBucket.onCloudTrailPutObject(String id)
Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailPutObject(String id)
Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.
|
Rule |
BucketBase.onCloudTrailPutObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.
|
Rule |
IBucket.onCloudTrailPutObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailPutObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.
|
default Rule |
IBucket.Jsii$Default.onCloudTrailPutObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.
|
Rule |
BucketBase.onCloudTrailWriteObject(String id)
Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Rule |
IBucket.onCloudTrailWriteObject(String id)
Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailWriteObject(String id)
Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Rule |
BucketBase.onCloudTrailWriteObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Rule |
IBucket.onCloudTrailWriteObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailWriteObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
default Rule |
IBucket.Jsii$Default.onCloudTrailWriteObject(String id,
OnCloudTrailBucketEventOptions options)
Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Copyright © 2022. All rights reserved.