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

    Interface FileSetLocation

    Location of a FileSet consumed or produced by a ShellStep

    interface FileSetLocation {
        directory: string;
        fileSet: FileSet;
    }
    Index

    Properties

    Properties

    directory: string

    The (relative) directory where the FileSet is found

    fileSet: FileSet

    The FileSet object