| Package | Description |
|---|---|
| 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.codestarnotifications |
AWS CodeStarNotifications Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IProject |
static interface |
IProject.Jsii$Default
Internal default implementation for
IProject. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IProject.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PipelineProject
A convenience class for CodeBuild Projects that are used in CodePipeline.
|
class |
Project
A representation of a CodeBuild Project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRepository |
static interface |
IRepository.Jsii$Default
Internal default implementation for
IRepository. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IRepository.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Repository
Provides a CodeCommit Repository.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPipeline
The abstract view of an AWS CodePipeline as required and used by Actions.
|
static interface |
IPipeline.Jsii$Default
Internal default implementation for
IPipeline. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IPipeline.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Pipeline
An AWS CodePipeline pipeline with its associated IAM role and S3 bucket.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INotificationRuleSource.Jsii$Default
Internal default implementation for
INotificationRuleSource. |
| Modifier and Type | Class and Description |
|---|---|
static class |
INotificationRuleSource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
INotificationRuleSource |
NotificationRuleProps.getSource()
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
INotificationRuleSource |
NotificationRuleProps.Jsii$Proxy.getSource() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleProps.Builder |
NotificationRuleProps.Builder.source(INotificationRuleSource source)
Sets the value of
NotificationRuleProps.getSource() |
NotificationRule.Builder |
NotificationRule.Builder.source(INotificationRuleSource source)
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
Copyright © 2022. All rights reserved.