Class ArtifactManifest.Jsii$Proxy

    • 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

      • getAdditionalMetadataFile

        public final String getAdditionalMetadataFile()
        Description copied from interface: ArtifactManifest
        A file with additional metadata entries.

        The schema of this file is exactly the same as the type of the metadata field. In other words, that file contains an object mapping construct paths to arrays of metadata entries.

        Default: - no additional metadata

        Specified by:
        getAdditionalMetadataFile in interface ArtifactManifest
      • getDisplayName

        public final String getDisplayName()
        Description copied from interface: ArtifactManifest
        A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree.

        Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name.

        Default: - no display name

        Specified by:
        getDisplayName in interface ArtifactManifest
      • getMetadata

        public final Map<String,​List<MetadataEntry>> getMetadata()
        Description copied from interface: ArtifactManifest
        Associated metadata.

        Metadata can be stored directly in the assembly manifest, as well as in a separate file (see additionalMetadataFile). It should prefer to be stored in the additional file, as that will reduce the size of the assembly manifest in cases of a lot of metdata (which CDK does emit by default).

        Default: - no metadata.

        Specified by:
        getMetadata in interface ArtifactManifest
      • $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