@cfn-modules/alerting
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@cfn-modules/alerting", | ||
"version": "0.0.1", | ||
"description": "Alerting", | ||
"version": "0.0.2", | ||
"description": "Central SNS topic that receives alerts from other modules and forwards them to your team via email, HTTP, or HTTPS", | ||
"author": "Michael Wittig <michael@widdix.de>", | ||
"license": "Apache-2.0" | ||
} |
@@ -37,5 +37,6 @@ # cfn-modules: Alerting | ||
<th>Name</th> | ||
<th>Description</th> | ||
<th>Default</th> | ||
<th>Required?</th> | ||
<th>Default</th> | ||
<th>Description</th> | ||
<th>Allowed values</th> | ||
</tr> | ||
@@ -46,25 +47,29 @@ </thead> | ||
<td>Email</td> | ||
<td>Email address that will receive alerts</td> | ||
<td></td> | ||
<td>no</td> | ||
<td></td> | ||
<td>email address that will receive alerts</td> | ||
</tr> | ||
<tr> | ||
<td>HttpEndpoint</td> | ||
<td>HTTP endpoint that will receive alerts via POST requests</td> | ||
<td></td> | ||
<td>no</td> | ||
<td></td> | ||
<td>HTTP endpoint that will receive alerts via POST requests</td> | ||
</tr> | ||
<tr> | ||
<td>HttpsEndpoint</td> | ||
<td>HTTPS endpoint that will receive alerts via POST requests (can be a marbot.io endpoint)</td> | ||
<td></td> | ||
<td>no</td> | ||
<td></td> | ||
<td>HTTPS endpoint that will receive alerts via POST requests (can be a marbot.io endpoint)</td> | ||
</tr> | ||
<tr> | ||
<td>FallbackEmail</td> | ||
<td>Email address that will receive alerts if alerts can not be delivered</td> | ||
<td></td> | ||
<td>no</td> | ||
<td></td> | ||
<td>email address that will receive alerts if alerts can not be delivered</td> | ||
</tr> | ||
</tbody> | ||
</table> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6285
74