@breautek/storm
    Preparing search index...

    Interface ICloudwatchCredentials

    interface ICloudwatchCredentials {
        accessKeyId: string;
        secretAccessKey: string;
    }
    Index

    Properties

    accessKeyId: string
    secretAccessKey: string