Interface FileAsset

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

    @Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
               date="2025-11-06T20:25:05.784Z")
    @Stability(Stable)
    public interface FileAsset
    extends software.amazon.jsii.JsiiSerializable
    A file asset.
    • Method Detail

      • getDestinations

        @Stability(Stable)
        @NotNull
        Map<String,​FileDestination> getDestinations()
        Destinations for this file asset.
      • getSource

        @Stability(Stable)
        @NotNull
        FileSource getSource()
        Source description for file assets.
      • getDisplayName

        @Stability(Stable)
        @Nullable
        default String getDisplayName()
        A display name for this asset.

        Default: - The identifier will be used as the display name