@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:16.434Z") @Stability(value=Experimental) 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()
(experimental) Filename of the tree artifact.
|
@Stability(value=Experimental) @NotNull String getFile()
@Stability(value=Experimental) static TreeArtifactProperties.Builder builder()
TreeArtifactProperties.Builder of TreeArtifactPropertiesCopyright © 2022. All rights reserved.