@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:06.745Z") @Stability(value=Experimental) 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)
(experimental) Callback when an Artifacts class is used in a CodeBuild Project.
|
default String |
getIdentifier()
(experimental) The artifact identifier.
|
String |
getType()
(experimental) The CodeBuild type of this artifact.
|
@Stability(value=Experimental) @NotNull String getType()
@Stability(value=Experimental) @Nullable default String getIdentifier()
This property is required on secondary artifacts.
@Stability(value=Experimental) @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 © 2021. All rights reserved.