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.31]}'
build_id = '${Token[detail-build-id.32]}'
completed_phase = '${Token[detail-completed-phase.33]}'
completed_phase_duration_seconds = '${Token[detail-completed-phase-duration-seconds.34]}'
completed_phase_status = '${Token[detail-completed-phase-status.35]}'
project_name = '${Token[detail-project-name.36]}'