@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:44.911Z")
public interface ArtifactsConfig
IArtifacts.bind(software.amazon.awscdk.core.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.
|
CfnProject.ArtifactsProperty getArtifactsProperty()
static ArtifactsConfig.Builder builder()
ArtifactsConfig.Builder
of ArtifactsConfig