AWS::DevOpsAgent::Service NewRelicApiKeyConfig - AWS CloudFormation

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

AWS::DevOpsAgent::Service NewRelicApiKeyConfig

The API key configuration for a New Relic service.

Syntax

To declare this entity in your 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