@guardian/cdk
    Preparing search index...

    Interface GuDistributableForEc2

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

    Hierarchy (View Summary)

    Index

    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/".