Interface CfnGraphQLApiPropsMixin.EnhancedMetricsConfigProperty

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

@Stability(Stable) public static interface CfnGraphQLApiPropsMixin.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.mixins.preview.services.appsync.mixins.*;
 EnhancedMetricsConfigProperty enhancedMetricsConfigProperty = EnhancedMetricsConfigProperty.builder()
         .dataSourceLevelMetricsBehavior("dataSourceLevelMetricsBehavior")
         .operationLevelMetricsConfig("operationLevelMetricsConfig")
         .resolverLevelMetricsBehavior("resolverLevelMetricsBehavior")
         .build();
 

See Also: