@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface IFileSetProducer

    Any class that produces, or is itself, a FileSet

    Steps implicitly produce a primary FileSet as an output.

    interface IFileSetProducer {
        primaryOutput?: FileSet;
    }

    Implemented by

    Index

    Properties

    Properties

    primaryOutput?: FileSet

    The FileSet produced by this file set producer

    - This producer doesn't produce any file set