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

    Class FileSet

    A set of files traveling through the deployment pipeline

    Individual steps in the pipeline produce or consume FileSets.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • id: string

        Human-readable descriptor for this file set (does not need to be unique)

      • Optionalproducer: Step

      Returns FileSet

    Properties

    id: string

    Human-readable descriptor for this file set (does not need to be unique)

    primaryOutput?: FileSet

    The primary output of a file set producer

    The primary output of a FileSet is itself.

    Accessors

    • get producer(): Step

      The Step that produces this FileSet

      Returns Step

    Methods

    • Mark the given Step as the producer for this FileSet

      This method can only be called once.

      Parameters

      • Optionalproducer: Step

      Returns void

    • Return a string representation of this FileSet

      Returns string