Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-service-newrelicauthorizationconfig.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-service-newrelicauthorizationconfig.html#cfn-devopsagent-service-newrelicauthorizationconfig-apikey

Type union: either IResolvable or CfnService.INewRelicApiKeyConfigProperty

Back to top Generated by DocFX