aws-cdk-lib.aws_codebuild.StateChangeEvent

class StateChangeEvent

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

Event fields for the CodeBuild "state change" event.

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

Properties

NameTypeDescription
static buildIdstringReturn the build id.
static buildStatusstringThe triggering build's status.
static currentPhasestring
static projectNamestringThe triggering build's project name.

static buildId

Type: string

Return the build id.


static buildStatus

Type: string

The triggering build's status.


static currentPhase

Type: string


static projectName

Type: string

The triggering build's project name.