Interface CdkGraphArtifact

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CdkGraphArtifact.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)",
               date="2023-08-24T23:07:44.308Z")
    @Stability(Experimental)
    public interface CdkGraphArtifact
    extends software.amazon.jsii.JsiiSerializable
    (experimental) CdkGraph artifact definition.
    • Method Detail

      • getFilename

        @Stability(Experimental)
        @NotNull
        String getFilename()
        (experimental) Filename of the artifact.
      • getFilepath

        @Stability(Experimental)
        @NotNull
        String getFilepath()
        (experimental) Full path where artifact is stored.
      • getId

        @Stability(Experimental)
        @NotNull
        String getId()
        (experimental) The unique type of the artifact.
      • getSource

        @Stability(Experimental)
        @NotNull
        String getSource()
        (experimental) The source of the artifact (such as plugin, or core system, etc).
      • getDescription

        @Stability(Experimental)
        @Nullable
        default String getDescription()
        (experimental) Description of artifact.