Interface CfnServicePropsMixin.NewRelicServiceDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServicePropsMixin.NewRelicServiceDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnServicePropsMixin
@Stability(Stable)
public static interface CfnServicePropsMixin.NewRelicServiceDetailsProperty
extends software.amazon.jsii.JsiiSerializable
New Relic service 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.*;
NewRelicServiceDetailsProperty newRelicServiceDetailsProperty = NewRelicServiceDetailsProperty.builder()
.authorizationConfig(NewRelicAuthorizationConfigProperty.builder()
.apiKey(NewRelicApiKeyConfigProperty.builder()
.accountId("accountId")
.alertPolicyIds(List.of("alertPolicyIds"))
.apiKey("apiKey")
.applicationIds(List.of("applicationIds"))
.entityGuids(List.of("entityGuids"))
.region("region")
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServicePropsMixin.NewRelicServiceDetailsPropertystatic final classAn implementation forCfnServicePropsMixin.NewRelicServiceDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthorizationConfig
New Relic authorization configuration.Returns union: either
IResolvableorCfnServicePropsMixin.NewRelicAuthorizationConfigProperty- See Also:
-
builder
-