RepositoryEventTrigger

class aws_cdk.aws_codecommit.RepositoryEventTrigger(value)

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'