@Internal public static interface IArtifacts.Jsii$Default extends IArtifacts
IArtifacts.IArtifacts.Jsii$Default, IArtifacts.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default 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.
|
default String |
getType()
The CodeBuild type of this artifact.
|
@Stability(value=Stable) @NotNull default String getType()
getType in interface IArtifacts@Stability(value=Stable) @Nullable default String getIdentifier()
This property is required on secondary artifacts.
getIdentifier in interface IArtifacts@Stability(value=Stable) @NotNull default ArtifactsConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project)
bind in interface IArtifactsscope - 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.