Interface ICloudAssembly.Jsii$Default
-
- All Superinterfaces:
ICloudAssembly,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ICloudAssembly.Jsii$Proxy
- Enclosing interface:
- ICloudAssembly
@Internal public static interface ICloudAssembly.Jsii$Default extends ICloudAssembly
Internal default implementation forICloudAssembly.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.ICloudAssembly
ICloudAssembly.Jsii$Default, ICloudAssembly.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetDirectory()The directory of the cloud assembly.
-
-
-
Method Detail
-
getDirectory
@Stability(Stable) @NotNull default String getDirectory()
The directory of the cloud assembly.This directory will be used to read the Cloud Assembly from. Its contents (in particular
manifest.json) must comply with the schema defined in this package.- Specified by:
getDirectoryin interfaceICloudAssembly
-
-