Interface CfnServicePropsMixin.NewRelicApiKeyConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServicePropsMixin.NewRelicApiKeyConfigProperty.Jsii$Proxy
- Enclosing class:
CfnServicePropsMixin
@Stability(Stable)
public static interface CfnServicePropsMixin.NewRelicApiKeyConfigProperty
extends software.amazon.jsii.JsiiSerializable
New Relic API key configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.devopsagent.*;
NewRelicApiKeyConfigProperty newRelicApiKeyConfigProperty = NewRelicApiKeyConfigProperty.builder()
.accountId("accountId")
.alertPolicyIds(List.of("alertPolicyIds"))
.apiKey("apiKey")
.applicationIds(List.of("applicationIds"))
.entityGuids(List.of("entityGuids"))
.region("region")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServicePropsMixin.NewRelicApiKeyConfigPropertystatic final classAn implementation forCfnServicePropsMixin.NewRelicApiKeyConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
New Relic Account ID.- See Also:
-
getAlertPolicyIds
List of alert policy IDs.- See Also:
-
getApiKey
New Relic User API Key.- See Also:
-
getApplicationIds
List of monitored APM application IDs.- See Also:
-
getEntityGuids
List of globally unique IDs for New Relic resources.- See Also:
-
getRegion
New Relic region.- See Also:
-
builder
-