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:StringAlertPolicyIds:- StringApiKey:StringApplicationIds:- StringEntityGuids:- StringRegion: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|EURequired: Yes
Type: String
Allowed values:
US | EUUpdate requires: Replacement