aws-cdk-lib.aws_codebuild.PhaseChangeEvent

class PhaseChangeEvent

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.PhaseChangeEvent
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#PhaseChangeEvent
Javasoftware.amazon.awscdk.services.codebuild.PhaseChangeEvent
Pythonaws_cdk.aws_codebuild.PhaseChangeEvent
TypeScript (source)aws-cdk-lib » aws_codebuild » PhaseChangeEvent

Event fields for the CodeBuild "phase change" event.

See also: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-build-notifications.html#sample-build-notifications-ref

Properties

NameTypeDescription
static buildCompletestringWhether the build is complete.
static buildIdstringThe triggering build's id.
static completedPhasestringThe phase that was just completed.
static completedPhaseDurationSecondsstringThe duration of the completed phase.
static completedPhaseStatusstringThe status of the completed phase.
static projectNamestringThe triggering build's project name.

static buildComplete

Type: string

Whether the build is complete.


static buildId

Type: string

The triggering build's id.


static completedPhase

Type: string

The phase that was just completed.


static completedPhaseDurationSeconds

Type: string

The duration of the completed phase.


static completedPhaseStatus

Type: string

The status of the completed phase.


static projectName

Type: string

The triggering build's project name.