@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.867Z") @Stability(value=Stable) public interface TreeArtifactProperties extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
TreeArtifactProperties treeArtifactProperties = TreeArtifactProperties.builder()
.file("file")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
TreeArtifactProperties.Builder
A builder for
TreeArtifactProperties |
static class |
TreeArtifactProperties.Jsii$Proxy
An implementation for
TreeArtifactProperties |
| Modifier and Type | Method and Description |
|---|---|
static TreeArtifactProperties.Builder |
builder() |
String |
getFile()
Filename of the tree artifact.
|
@Stability(value=Stable) @NotNull String getFile()
@Stability(value=Stable) static TreeArtifactProperties.Builder builder()
TreeArtifactProperties.Builder of TreeArtifactPropertiesCopyright © 2022. All rights reserved.