| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineNotifyOnOptions.Jsii$Proxy
An implementation for
PipelineNotifyOnOptions |
| Modifier and Type | Method and Description |
|---|---|
PipelineNotifyOnOptions |
PipelineNotifyOnOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
INotificationRule |
IPipeline.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
default INotificationRule |
IPipeline.Jsii$Default.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
Pipeline.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
Copyright © 2022. All rights reserved.