Show / Hide Table of Contents

Class RepositoryEventTrigger

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

Inheritance
System.Object
RepositoryEventTrigger
Namespace: Amazon.CDK.AWS.CodeCommit
Assembly: Amazon.CDK.AWS.CodeCommit.dll
Syntax (csharp)
public sealed class RepositoryEventTrigger : Enum
Syntax (vb)
Public NotInheritable Class RepositoryEventTrigger
    Inherits

     Enum

Synopsis

Fields

ALL
CREATE_REF
DELETE_REF
UPDATE_REF
value__

Fields

ALL

public const RepositoryEventTrigger ALL
Field Value
Type Description
RepositoryEventTrigger

CREATE_REF

public const RepositoryEventTrigger CREATE_REF
Field Value
Type Description
RepositoryEventTrigger

DELETE_REF

public const RepositoryEventTrigger DELETE_REF
Field Value
Type Description
RepositoryEventTrigger

UPDATE_REF

public const RepositoryEventTrigger UPDATE_REF
Field Value
Type Description
RepositoryEventTrigger

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX