ReferenceEvent

class aws_cdk.aws_codecommit.ReferenceEvent(*args: Any, **kwargs)

Bases: object

Fields of CloudWatch Events that change references.

See:

https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#codebuild_event_type

Attributes

commit_id = '${Token[detail-commitId.55]}'
event_type = '${Token[detail-event.56]}'
reference_full_name = '${Token[detail-referenceFullName.57]}'
reference_name = '${Token[detail-referenceName.58]}'
reference_type = '${Token[detail-referenceType.59]}'
repository_id = '${Token[detail-repositoryId.60]}'
repository_name = '${Token[detail-repositoryName.61]}'