Interface GuDistributable

interface GuDistributable {
    fileName: string;
}

Hierarchy (view full)

Properties

Properties

fileName: string

The filename for an executable package within the bucket [[GuDistributionBucketParameter]]. We'll look for fileName on the path "bucket/stack/stage/app/".

Generated using TypeDoc