Interface GuDistributableForEc2

interface GuDistributableForEc2 {
    executionStatement: string;
    fileName: string;
}

Hierarchy (view full)

Properties

executionStatement: string

The command to run fileName. For example dpkg -i application.deb or service foo start.

fileName: string

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