Class ICloudAssembly.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.ICloudAssembly.Jsii$Proxy
-
- All Implemented Interfaces:
ICloudAssembly,ICloudAssembly.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ICloudAssembly
@Internal public static final class ICloudAssembly.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ICloudAssembly.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.ICloudAssembly
ICloudAssembly.Jsii$Default, ICloudAssembly.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDirectory()The directory of the cloud assembly.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getDirectory
@Stability(Stable) @NotNull public final 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- Specified by:
getDirectoryin interfaceICloudAssembly.Jsii$Default
-
-