PhaseChangeEvent

class aws_cdk.aws_codebuild.PhaseChangeEvent(*args: Any, **kwargs)

Bases: object

Event fields for the CodeBuild “phase change” event.

See:

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

Attributes

build_complete = '${Token[detail-build-complete.33]}'
build_id = '${Token[detail-build-id.34]}'
completed_phase = '${Token[detail-completed-phase.35]}'
completed_phase_duration_seconds = '${Token[detail-completed-phase-duration-seconds.36]}'
completed_phase_status = '${Token[detail-completed-phase-status.37]}'
project_name = '${Token[detail-project-name.38]}'