IArtifacts¶
-
class
aws_cdk.aws_codebuild.
IArtifacts
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
The abstract interface of a CodeBuild build output.
Implemented by {@link Artifacts}.
Methods
-
bind
(scope, project)¶ Callback when an Artifacts class is used in a CodeBuild Project.
- Parameters
- Return type
Attributes
-
identifier
¶ The artifact identifier.
This property is required on secondary artifacts.
- Return type
Optional
[str
]
-
type
¶ The CodeBuild type of this artifact.
- Return type
str
-