BuildSpec¶
-
class
aws_cdk.aws_codebuild.
BuildSpec
¶ Bases:
object
BuildSpec for CodeBuild projects.
Methods
-
abstract
to_build_spec
()¶ Render the represented BuildSpec.
- Return type
str
Attributes
-
is_immediate
¶ Whether the buildspec is directly available or deferred until build-time.
- Return type
bool
Static Methods
-
abstract