Uses of Interface
software.amazon.awscdk.services.events.OnEventOptions
Packages that use OnEventOptions
Package
Description
AWS CloudTrail Construct Library
AWS CodeBuild Construct Library
AWS CodeCommit Construct Library
AWS CodePipeline Construct Library
AWS Config Construct Library
Amazon ECR Construct Library
Amazon EventBridge Construct Library
AWS Glue Construct Library
Amazon Relational Database Service Construct Library
Amazon S3 Construct Library
-
Uses of OnEventOptions in software.amazon.awscdk.services.cloudtrail
Methods in software.amazon.awscdk.services.cloudtrail with parameters of type OnEventOptionsModifier and TypeMethodDescriptionstatic 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. -
Uses of OnEventOptions in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild with parameters of type OnEventOptionsModifier and TypeMethodDescriptiondefault Rule
IProject.Jsii$Default.onBuildFailed
(String id, OnEventOptions options) Defines an event rule which triggers when a build fails.final Rule
IProject.Jsii$Proxy.onBuildFailed
(String id, OnEventOptions options) Defines an event rule which triggers when a build fails.IProject.onBuildFailed
(String id, OnEventOptions options) Defines an event rule which triggers when a build fails.Project.onBuildFailed
(String id, OnEventOptions options) Defines an event rule which triggers when a build fails.default Rule
IProject.Jsii$Default.onBuildStarted
(String id, OnEventOptions options) Defines an event rule which triggers when a build starts.final Rule
IProject.Jsii$Proxy.onBuildStarted
(String id, OnEventOptions options) Defines an event rule which triggers when a build starts.IProject.onBuildStarted
(String id, OnEventOptions options) Defines an event rule which triggers when a build starts.Project.onBuildStarted
(String id, OnEventOptions options) Defines an event rule which triggers when a build starts.default Rule
IProject.Jsii$Default.onBuildSucceeded
(String id, OnEventOptions options) Defines an event rule which triggers when a build completes successfully.final Rule
IProject.Jsii$Proxy.onBuildSucceeded
(String id, OnEventOptions options) Defines an event rule which triggers when a build completes successfully.IProject.onBuildSucceeded
(String id, OnEventOptions options) Defines an event rule which triggers when a build completes successfully.Project.onBuildSucceeded
(String id, OnEventOptions options) Defines an event rule which triggers when a build completes successfully.default Rule
IProject.Jsii$Default.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when something happens with this project.final Rule
IProject.Jsii$Proxy.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when something happens with this project.IProject.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when something happens with this project.Project.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when something happens with this 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.final Rule
IProject.Jsii$Proxy.onPhaseChange
(String id, OnEventOptions options) Defines a CloudWatch event rule that triggers upon phase change of this build project.IProject.onPhaseChange
(String id, OnEventOptions options) Defines a CloudWatch event rule that triggers upon phase change of this build project.Project.onPhaseChange
(String id, OnEventOptions options) Defines a CloudWatch event rule that triggers upon phase change of this build project.default Rule
IProject.Jsii$Default.onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when the build project state changes.final Rule
IProject.Jsii$Proxy.onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when the build project state changes.IProject.onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when the build project state changes.Project.onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule triggered when the build project state changes. -
Uses of OnEventOptions in software.amazon.awscdk.services.codecommit
Subinterfaces of OnEventOptions in software.amazon.awscdk.services.codecommitModifier and TypeInterfaceDescriptioninterface
Options for the onCommit() method.Classes in software.amazon.awscdk.services.codecommit that implement OnEventOptionsMethods in software.amazon.awscdk.services.codecommit with parameters of type OnEventOptionsModifier and TypeMethodDescriptiondefault Rule
IRepository.Jsii$Default.onCommentOnCommit
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a commit.final Rule
IRepository.Jsii$Proxy.onCommentOnCommit
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a commit.IRepository.onCommentOnCommit
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a commit.Repository.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.onCommentOnPullRequest
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a pull request.final 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.IRepository.onCommentOnPullRequest
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a pull request.Repository.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.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.final Rule
IRepository.Jsii$Proxy.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.IRepository.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.Repository.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.default Rule
IRepository.Jsii$Default.onPullRequestStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a pull request state is changed.final Rule
IRepository.Jsii$Proxy.onPullRequestStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a pull request state is changed.IRepository.onPullRequestStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a pull request state is changed.Repository.onPullRequestStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a pull request state is changed.default Rule
IRepository.Jsii$Default.onReferenceCreated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is created (i.e.final Rule
IRepository.Jsii$Proxy.onReferenceCreated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is created (i.e.IRepository.onReferenceCreated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is created (i.e.Repository.onReferenceCreated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is created (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.final Rule
IRepository.Jsii$Proxy.onReferenceDeleted
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is delete (i.e.IRepository.onReferenceDeleted
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is delete (i.e.Repository.onReferenceDeleted
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is delete (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.final Rule
IRepository.Jsii$Proxy.onReferenceUpdated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is updated (i.e.IRepository.onReferenceUpdated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is updated (i.e.Repository.onReferenceUpdated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is updated (i.e.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.final Rule
IRepository.Jsii$Proxy.onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.IRepository.onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.Repository.onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs. -
Uses of OnEventOptions in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline with parameters of type OnEventOptionsModifier and TypeMethodDescriptiondefault Rule
IPipeline.Jsii$Default.onEvent
(String id, OnEventOptions options) Define an event rule triggered by this CodePipeline.final Rule
IPipeline.Jsii$Proxy.onEvent
(String id, OnEventOptions options) Define an event rule triggered by this CodePipeline.IPipeline.onEvent
(String id, OnEventOptions options) Define an event rule triggered by this CodePipeline.Pipeline.onEvent
(String id, OnEventOptions options) Defines an event rule triggered by this CodePipeline.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.final 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.IPipeline.onStateChange
(String id, OnEventOptions options) Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.Pipeline.onStateChange
(String id, OnEventOptions options) Defines an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline. -
Uses of OnEventOptions in software.amazon.awscdk.services.config
Methods in software.amazon.awscdk.services.config with parameters of type OnEventOptionsModifier and TypeMethodDescriptionCustomPolicy.onComplianceChange
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule compliance events.CustomRule.onComplianceChange
(String id, OnEventOptions options) Defines an 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.final Rule
IRule.Jsii$Proxy.onComplianceChange
(String id, OnEventOptions options) Defines a EventBridge event rule which triggers for rule compliance events.IRule.onComplianceChange
(String id, OnEventOptions options) Defines a EventBridge event rule which triggers for rule compliance events.ManagedRule.onComplianceChange
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule compliance events.CustomPolicy.onEvent
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule events.CustomRule.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.final Rule
IRule.Jsii$Proxy.onEvent
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule events.IRule.onEvent
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule events.ManagedRule.onEvent
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule events.CustomPolicy.onReEvaluationStatus
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule re-evaluation status events.CustomRule.onReEvaluationStatus
(String id, OnEventOptions options) Defines an 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.final Rule
IRule.Jsii$Proxy.onReEvaluationStatus
(String id, OnEventOptions options) Defines a EventBridge event rule which triggers for rule re-evaluation status events.IRule.onReEvaluationStatus
(String id, OnEventOptions options) Defines a EventBridge event rule which triggers for rule re-evaluation status events.ManagedRule.onReEvaluationStatus
(String id, OnEventOptions options) Defines an EventBridge event rule which triggers for rule re-evaluation status events. -
Uses of OnEventOptions in software.amazon.awscdk.services.ecr
Subinterfaces of OnEventOptions in software.amazon.awscdk.services.ecrModifier and TypeInterfaceDescriptioninterface
Options for the onCloudTrailImagePushed method.interface
Options for the OnImageScanCompleted method.Classes in software.amazon.awscdk.services.ecr that implement OnEventOptionsModifier and TypeClassDescriptionstatic final class
An implementation forOnCloudTrailImagePushedOptions
static final class
An implementation forOnImageScanCompletedOptions
Methods in software.amazon.awscdk.services.ecr with parameters of type OnEventOptionsModifier and TypeMethodDescriptiondefault Rule
IRepository.Jsii$Default.onCloudTrailEvent
(String id, OnEventOptions options) Define a CloudWatch event that triggers when something happens to this repository.final Rule
IRepository.Jsii$Proxy.onCloudTrailEvent
(String id, OnEventOptions options) Define a CloudWatch event that triggers when something happens to this repository.IRepository.onCloudTrailEvent
(String id, OnEventOptions options) Define a CloudWatch event that triggers when something happens to this repository.RepositoryBase.onCloudTrailEvent
(String id, OnEventOptions options) Define a CloudWatch event that triggers when something happens to this repository.default Rule
IRepository.Jsii$Default.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.final Rule
IRepository.Jsii$Proxy.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.IRepository.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.RepositoryBase.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events. -
Uses of OnEventOptions in software.amazon.awscdk.services.events
Classes in software.amazon.awscdk.services.events that implement OnEventOptionsMethods in software.amazon.awscdk.services.events that return OnEventOptions -
Uses of OnEventOptions in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha with parameters of type OnEventOptionsModifier and TypeMethodDescriptiondefault Rule
IJob.Jsii$Default.onEvent
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when something happens with this job.final Rule
IJob.Jsii$Proxy.onEvent
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when something happens with this job.IJob.onEvent
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when something happens with this job.JobBase.onEvent
(String id, OnEventOptions options) (experimental) Create a CloudWatch Event Rule for this Glue Job when it's in a given state.default Rule
IJob.Jsii$Default.onFailure
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the FAILED state.final Rule
IJob.Jsii$Proxy.onFailure
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the FAILED state.IJob.onFailure
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the FAILED state.JobBase.onFailure
(String id, OnEventOptions options) (experimental) Return a CloudWatch Event Rule matching FAILED state.protected Rule
JobBase.onStateChange
(String id, JobState jobState, OnEventOptions options) (experimental) Create a CloudWatch Event Rule for the transition into the input jobState.default Rule
IJob.Jsii$Default.onSuccess
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state.final Rule
IJob.Jsii$Proxy.onSuccess
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state.IJob.onSuccess
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the SUCCEEDED state.JobBase.onSuccess
(String id, OnEventOptions options) (experimental) Create a CloudWatch Event Rule matching JobState.SUCCEEDED.default Rule
IJob.Jsii$Default.onTimeout
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state.final Rule
IJob.Jsii$Proxy.onTimeout
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state.IJob.onTimeout
(String id, OnEventOptions options) (experimental) Defines a CloudWatch event rule triggered when this job moves to the TIMEOUT state.JobBase.onTimeout
(String id, OnEventOptions options) (experimental) Return a CloudWatch Event Rule matching TIMEOUT state. -
Uses of OnEventOptions in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds with parameters of type OnEventOptionsModifier and TypeMethodDescriptionDatabaseInstanceBase.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.final Rule
IDatabaseInstance.Jsii$Proxy.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for instance events.IDatabaseInstance.onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for instance events. -
Uses of OnEventOptions in software.amazon.awscdk.services.s3
Subinterfaces of OnEventOptions in software.amazon.awscdk.services.s3Modifier and TypeInterfaceDescriptioninterface
Options for the onCloudTrailPutObject method.Classes in software.amazon.awscdk.services.s3 that implement OnEventOptionsModifier and TypeClassDescriptionstatic final class
An implementation forOnCloudTrailBucketEventOptions