@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.242Z") @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.