@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.357Z") @Stability(value=Experimental) 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(software.constructs.Construct _scope,
IProject _project)
(experimental) Callback when an Artifacts class is used in a CodeBuild Project.
|
String |
getIdentifier()
(experimental) The artifact identifier.
|
abstract String |
getType()
(experimental) 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=Experimental)
protected Artifacts(@NotNull
ArtifactsProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IArtifacts s3(@NotNull S3ArtifactsProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public ArtifactsConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IProject _project)
bind in interface IArtifacts_scope - This parameter is required._project - This parameter is required.@Stability(value=Experimental) @NotNull public abstract String getType()
getType in interface IArtifacts@Stability(value=Experimental) @Nullable public String getIdentifier()
This property is required on secondary artifacts.
getIdentifier in interface IArtifactsCopyright © 2021. All rights reserved.