Class FileSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.FileSource.Jsii$Proxy
-
- All Implemented Interfaces:
FileSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FileSource
@Stability(Stable) @Internal public static final class FileSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileSource
An implementation forFileSource
-
-
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.FileSource
FileSource.Builder, FileSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FileSource.Builder builder)Constructor that initializes the object based on literal property values passed by theFileSource.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getExecutable()External command which will produce the file asset to upload.FileAssetPackaginggetPackaging()Packaging method.StringgetPath()The filesystem object to upload.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(FileSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theFileSource.Builder.
-
-
Method Detail
-
getExecutable
public final List<String> getExecutable()
Description copied from interface:FileSourceExternal command which will produce the file asset to upload.Default: - Exactly one of `executable` and `path` is required.
- Specified by:
getExecutablein interfaceFileSource
-
getPackaging
public final FileAssetPackaging getPackaging()
Description copied from interface:FileSourcePackaging method.Only allowed when
pathis specified.Default: FILE
- Specified by:
getPackagingin interfaceFileSource
-
getPath
public final String getPath()
Description copied from interface:FileSourceThe filesystem object to upload.This path is relative to the asset manifest location.
Default: - Exactly one of `executable` and `path` is required.
- Specified by:
getPathin interfaceFileSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-