Interface CfnService.INewRelicAuthorizationConfigProperty
New Relic authorization configuration.
Namespace: Amazon.CDK.AWS.DevOpsAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnService.INewRelicAuthorizationConfigProperty
Syntax (vb)
Public Interface CfnService.INewRelicAuthorizationConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DevOpsAgent;
var newRelicAuthorizationConfigProperty = new NewRelicAuthorizationConfigProperty {
ApiKey = new NewRelicApiKeyConfigProperty {
AccountId = "accountId",
ApiKey = "apiKey",
Region = "region",
// the properties below are optional
AlertPolicyIds = new [] { "alertPolicyIds" },
ApplicationIds = new [] { "applicationIds" },
EntityGuids = new [] { "entityGuids" }
}
};
Synopsis
Properties
| ApiKey | New Relic API key configuration. |
Properties
ApiKey
New Relic API key configuration.
object ApiKey { get; }