Skip to content

newrelic/newrelic-cloudformation-resource-providers-alertspolicy

shNew Relic Experimental header

NewRelic::Observability::AlertsPolicy

This CloudFormation custom resource represents a New Relic Alerts Policy

GitHub forks GitHub stars GitHub watchers

GitHub all releases GitHub release (latest by date) GitHub last commit GitHub Release Date

GitHub issues GitHub issues closed GitHub pull requests GitHub pull requests closed

Description

This Cloud Formation Custom Resource provides a CRUDL interface to the New Relic NerdGraph GraphQL AlertsPolicy API for Cloud Formation stacks.

Prerequisites

This document assumes familiarity with using CloudFormation Public extensions in CloudFormation templates. If you are not familiar with this start here

Stack Configuration

Field Type Default Create Update Delete Read List Notes
Name String none R R Specific to this extension
IncidentPreference String none R R Specific to this extension
Id String none R R R Specific to this extension
ListQueryFilter string none R See Stack Common Configuration
Variables Object none O O O O See Stack Common Configuration

Key:

  • R- Required
  • O- Optional
  • Blank- unused

Id

Id is an Alert identifier and is not an entity (guid) identifier.

Name

The name of this policy

IncidentPreference

One of:

  • "PER_CONDITION",
  • "PER_CONDITION_AND_TARGET",
  • "PER_POLICY"

Example

An example stack configuration, this is valid and works:

AWSTemplateFormatVersion: 2010-09-09
Description: Sample New Relic Workloads Template
Resources:
  Resource1:
    Type: 'NewRelic::Observability::AlertsPolicy'
    Properties:
      Name: 'CloudFormation test stack- alert policy'
      IncidentPreference: 'PER_POLICY'
Outputs:
  CustomResourceId:
    Value: !GetAtt Resource1.Id

Reference

For a full property reference see the resource's schema file

Helpful links

Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.

We encourage you to bring your experiences and questions to the Explorers Hub where our community members collaborate on solutions and new ideas.

Contributing

We encourage your contributions to improve New Relic NerdGraph CloudFormation Custom Resource! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please drop us an email at opensource@newrelic.com.

A note about vulnerabilities

As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.

If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.

License

New Relic NerdGraph CloudFormation Custom Resource is licensed under the Apache 2.0 License.

About

CRUD operations for New Relic Alerts Policies via the NerdGraph API"

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published