AWS::DevOpsAgent::Service NewRelicApiKeyConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::DevOpsAgent::Service NewRelicApiKeyConfig

The API key configuration for a New Relic service.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AccountId" : String, "AlertPolicyIds" : [ String, ... ], "ApiKey" : String, "ApplicationIds" : [ String, ... ], "EntityGuids" : [ String, ... ], "Region" : String }

YAML

AccountId: String AlertPolicyIds: - String ApiKey: String ApplicationIds: - String EntityGuids: - String Region: String

Properties

AccountId

The New Relic account ID.

Required: Yes

Type: String

Pattern: ^[0-9]+$

Update requires: Replacement

AlertPolicyIds

List of New Relic alert policy IDs.

Required: No

Type: Array of String

Update requires: Replacement

ApiKey

The New Relic User API key. Must match the pattern ^NRAK-[A-Z0-9]+$.

Required: Yes

Type: String

Pattern: ^NRAK-[A-Z0-9]+$

Update requires: Replacement

ApplicationIds

List of New Relic APM application IDs to monitor.

Required: No

Type: Array of String

Update requires: Replacement

EntityGuids

List of globally unique IDs for New Relic resources.

Required: No

Type: Array of String

Update requires: Replacement

Region

The New Relic region.

Allowed Values: US | EU

Required: Yes

Type: String

Allowed values: US | EU

Update requires: Replacement