@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.336Z") @Stability(value=Stable) public interface IArtifacts extends software.amazon.jsii.JsiiSerializable
Implemented by {@link Artifacts}.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IArtifacts.Jsii$Default
Internal default implementation for
IArtifacts. |
static class |
IArtifacts.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactsConfig |
bind(software.constructs.Construct scope,
IProject project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
default String |
getIdentifier()
The artifact identifier.
|
String |
getType()
The CodeBuild type of this artifact.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getIdentifier()
This property is required on secondary artifacts.
@Stability(value=Stable) @NotNull ArtifactsConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project)
scope - a root Construct that allows creating new Constructs. This parameter is required.project - the Project this Artifacts is used in. This parameter is required.Copyright © 2022. All rights reserved.