@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.745Z") @Stability(value=Stable) public abstract class Artifacts extends software.amazon.jsii.JsiiObject implements IArtifacts
software.amazon.jsii.JsiiObject.InitializationModeIArtifacts.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
Artifacts(ArtifactsProps props) |
protected |
Artifacts(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Artifacts(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactsConfig |
bind(Construct _scope,
IProject _project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
String |
getIdentifier()
The artifact identifier.
|
abstract String |
getType()
The CodeBuild type of this artifact.
|
static IArtifacts |
s3(S3ArtifactsProps props) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Artifacts(software.amazon.jsii.JsiiObjectRef objRef)
protected Artifacts(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected Artifacts(@NotNull
ArtifactsProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull public static IArtifacts s3(@NotNull S3ArtifactsProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull public ArtifactsConfig bind(@NotNull Construct _scope, @NotNull IProject _project)
bind in interface IArtifacts_scope - This parameter is required._project - This parameter is required.@Stability(value=Stable) @NotNull public abstract String getType()
getType in interface IArtifacts@Stability(value=Stable) @Nullable public String getIdentifier()
This property is required on secondary artifacts.
getIdentifier in interface IArtifactsCopyright © 2021. All rights reserved.