Class 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 for FileSource
    • 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.
    • Method Detail

      • getExecutable

        public final List<String> getExecutable()
        Description copied from interface: FileSource
        External command which will produce the file asset to upload.

        Default: - Exactly one of `executable` and `path` is required.

        Specified by:
        getExecutable in interface FileSource
      • getPath

        public final String getPath()
        Description copied from interface: FileSource
        The filesystem object to upload.

        This path is relative to the asset manifest location.

        Default: - Exactly one of `executable` and `path` is required.

        Specified by:
        getPath in interface FileSource
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object