Show / Hide Table of Contents

Namespace Amazon.CDK.AWS.CodeCommit

Classes

CfnRepository

Creates a new, empty repository.

CfnRepository.CodeProperty

Information about code to be committed.

CfnRepository.RepositoryTriggerProperty

Information about a trigger for a repository.

CfnRepository.S3Property

Information about the Amazon S3 bucket that contains the code that will be committed to the new repository.

CfnRepositoryProps

Properties for defining a CfnRepository.

Code

Represents the contents to initialize the repository with.

CodeConfig

Represents the structure to pass into the underlying CfnRepository class.

OnCommitOptions

Options for the onCommit() method.

ReferenceEvent

Fields of CloudWatch Events that change references.

Repository

Provides a CodeCommit Repository.

RepositoryNotifyOnOptions

Additional options to pass to the notification rule.

RepositoryProps
RepositoryTriggerOptions

Creates for a repository trigger to an SNS topic or Lambda function.

Interfaces

CfnRepository.ICodeProperty

Information about code to be committed.

CfnRepository.IRepositoryTriggerProperty

Information about a trigger for a repository.

CfnRepository.IS3Property

Information about the Amazon S3 bucket that contains the code that will be committed to the new repository.

ICfnRepositoryProps

Properties for defining a CfnRepository.

ICodeConfig

Represents the structure to pass into the underlying CfnRepository class.

IOnCommitOptions

Options for the onCommit() method.

IRepository
IRepositoryNotifyOnOptions

Additional options to pass to the notification rule.

IRepositoryProps
IRepositoryTriggerOptions

Creates for a repository trigger to an SNS topic or Lambda function.

Enums

RepositoryEventTrigger

Repository events that will cause the trigger to run actions in another service.

RepositoryNotificationEvents

List of event types for AWS CodeCommit.

Back to top Generated by DocFX