@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.291Z") @Stability(value=Stable) public interface ArtifactsConfig extends software.amazon.jsii.JsiiSerializable
IArtifacts.bind(software.constructs.Construct, software.amazon.awscdk.services.codebuild.IProject).
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
ArtifactsConfig artifactsConfig = ArtifactsConfig.builder()
.artifactsProperty(ArtifactsProperty.builder()
.type("type")
// the properties below are optional
.artifactIdentifier("artifactIdentifier")
.encryptionDisabled(false)
.location("location")
.name("name")
.namespaceType("namespaceType")
.overrideArtifactName(false)
.packaging("packaging")
.path("path")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArtifactsConfig.Builder
A builder for
ArtifactsConfig |
static class |
ArtifactsConfig.Jsii$Proxy
An implementation for
ArtifactsConfig |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactsConfig.Builder |
builder() |
CfnProject.ArtifactsProperty |
getArtifactsProperty()
The low-level CloudFormation artifacts property.
|
@Stability(value=Stable) @NotNull CfnProject.ArtifactsProperty getArtifactsProperty()
@Stability(value=Stable) static ArtifactsConfig.Builder builder()
ArtifactsConfig.Builder of ArtifactsConfigCopyright © 2022. All rights reserved.