class ReferenceEvent
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeCommit.ReferenceEvent |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodecommit#ReferenceEvent |
![]() | software.amazon.awscdk.services.codecommit.ReferenceEvent |
![]() | aws_cdk.aws_codecommit.ReferenceEvent |
![]() | aws-cdk-lib » aws_codecommit » ReferenceEvent |
Fields of CloudWatch Events that change references.
Properties
Name | Type | Description |
---|---|---|
static commit | string | Commit id this reference now points to. |
static event | string | The type of reference event. |
static reference | string | Full reference name. |
static reference | string | Name of reference changed (branch or tag name). |
static reference | string | Type of reference changed. |
static repository | string | Id of the CodeCommit repository. |
static repository | string | Name 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.