@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:25.749Z") @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.