Interface CfnGraphQLApi.EnhancedMetricsConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGraphQLApi.EnhancedMetricsConfigProperty.Jsii$Proxy
Enclosing class:
CfnGraphQLApi

@Stability(Stable) public static interface CfnGraphQLApi.EnhancedMetricsConfigProperty extends software.amazon.jsii.JsiiSerializable
Describes an enhanced metrics 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.services.appsync.*;
 EnhancedMetricsConfigProperty enhancedMetricsConfigProperty = EnhancedMetricsConfigProperty.builder()
         .dataSourceLevelMetricsBehavior("dataSourceLevelMetricsBehavior")
         .operationLevelMetricsConfig("operationLevelMetricsConfig")
         .resolverLevelMetricsBehavior("resolverLevelMetricsBehavior")
         .build();
 

See Also: