aws-cdk-lib.aws_codecommit.ReferenceEvent

class ReferenceEvent

LanguageType name
.NETAmazon.CDK.AWS.CodeCommit.ReferenceEvent
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodecommit#ReferenceEvent
Javasoftware.amazon.awscdk.services.codecommit.ReferenceEvent
Pythonaws_cdk.aws_codecommit.ReferenceEvent
TypeScript (source)aws-cdk-lib » aws_codecommit » ReferenceEvent

Fields of CloudWatch Events that change references.

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

Properties

NameTypeDescription
static commitIdstringCommit id this reference now points to.
static eventTypestringThe type of reference event.
static referenceFullNamestringFull reference name.
static referenceNamestringName of reference changed (branch or tag name).
static referenceTypestringType of reference changed.
static repositoryIdstringId of the CodeCommit repository.
static repositoryNamestringName of the CodeCommit repository.

static commitId

Type: string

Commit id this reference now points to.


static eventType

Type: string

The type of reference event.

'referenceCreated', 'referenceUpdated' or 'referenceDeleted'


static referenceFullName

Type: string

Full reference name.

For example, 'refs/tags/myTag'


static referenceName

Type: string

Name of reference changed (branch or tag name).


static referenceType

Type: string

Type of reference changed.

'branch' or 'tag'


static repositoryId

Type: string

Id of the CodeCommit repository.


static repositoryName

Type: string

Name of the CodeCommit repository.