@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:39.577Z") @Stability(value=Experimental) public interface NestedCloudAssemblyProperties 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.*;
NestedCloudAssemblyProperties nestedCloudAssemblyProperties = NestedCloudAssemblyProperties.builder()
.directoryName("directoryName")
// the properties below are optional
.displayName("displayName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NestedCloudAssemblyProperties.Builder
A builder for
NestedCloudAssemblyProperties |
static class |
NestedCloudAssemblyProperties.Jsii$Proxy
An implementation for
NestedCloudAssemblyProperties |
| Modifier and Type | Method and Description |
|---|---|
static NestedCloudAssemblyProperties.Builder |
builder() |
String |
getDirectoryName()
(experimental) Relative path to the nested cloud assembly.
|
default String |
getDisplayName()
(experimental) Display name for the cloud assembly.
|
@Stability(value=Experimental) @NotNull String getDirectoryName()
@Stability(value=Experimental) @Nullable default String getDisplayName()
Default: - The artifact ID
@Stability(value=Experimental) static NestedCloudAssemblyProperties.Builder builder()
Copyright © 2022. All rights reserved.