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.200]}'
build_id = '${Token[detail-build-id.201]}'
completed_phase = '${Token[detail-completed-phase.202]}'
completed_phase_duration_seconds = '${Token[detail-completed-phase-duration-seconds.203]}'
completed_phase_status = '${Token[detail-completed-phase-status.204]}'
project_name = '${Token[detail-project-name.205]}'