infra/src/stages/deploy_stage_codebuild.py [103:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            self._cfn_buildspec_file_parameter = CfnParameter(stack_scope,
                                                              f"{stage}Buildspec",
                                                              type="String",
                                                              description="The name of the codebuild spec file. e.g. codebuild/buildspec.yml")

            self._cfn_build_image_parameter = CfnParameter(stack_scope, f"{stage}BuildImage", type="String",
                                                           description="The codebuild image as specified in https://docs.aws.amazon.com/codebuild/latest/userguide/codebuild-env-ref-available.html. e.g. aws/codebuild/amazonlinux2-x86_64-standard:2.0",
                                                           default="aws/codebuild/standard:4.0")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



infra/src/stages/train_stage_codebuild_long_polling.py [149:156]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self._cfn_buildspec_file_parameter = CfnParameter(stack_scope,
                                                          f"{stage}Buildspec",
                                                          type="String",
                                                          description="The name of the codebuild spec file. e.g. codebuild/buildspec.yml")

        self._cfn_build_image_parameter = CfnParameter(stack_scope, f"{stage}BuildImage", type="String",
                                                       description="The codebuild image as specified in https://docs.aws.amazon.com/codebuild/latest/userguide/codebuild-env-ref-available.html. e.g. aws/codebuild/amazonlinux2-x86_64-standard:2.0",
                                                       default="aws/codebuild/standard:4.0")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



