RepositoryEventTrigger

class aws_cdk.aws_codecommit.RepositoryEventTrigger(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

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

Attributes

ALL = 'ALL'
CREATE_REF = 'CREATE_REF'
DELETE_REF = 'DELETE_REF'
UPDATE_REF = 'UPDATE_REF'