@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.863Z") @Stability(value=Stable) 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()
Relative path to the nested cloud assembly.
|
default String |
getDisplayName()
Display name for the cloud assembly.
|
@Stability(value=Stable) @NotNull String getDirectoryName()
@Stability(value=Stable) @Nullable default String getDisplayName()
Default: - The artifact ID
@Stability(value=Stable) static NestedCloudAssemblyProperties.Builder builder()
Copyright © 2022. All rights reserved.