@guardian/cdk
    Preparing search index...

    Interface ApiGatewayAlarms

    Alarm props.

    interface ApiGatewayAlarms {
        http5xxAlarm: Http5xxAlarmProps;
        noMonitoring?: false;
        snsTopicName: string;
    }
    Index

    Properties

    http5xxAlarm: Http5xxAlarmProps

    Configuration the 5xx alarm.

    noMonitoring?: false

    Internal flag - users of this library should ignore this setting.

    snsTopicName: string

    (SNS) Topic name where alarm notifications will be sent.