Interface CfnEventSourceMapping.MetricsConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventSourceMapping.MetricsConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEventSourceMapping
@Stability(Stable)
public static interface CfnEventSourceMapping.MetricsConfigProperty
extends software.amazon.jsii.JsiiSerializable
Metrics config for Event Source Mapping Metrics.
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.lambda.*;
MetricsConfigProperty metricsConfigProperty = MetricsConfigProperty.builder()
.metrics(List.of("metrics"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventSourceMapping.MetricsConfigPropertystatic final classAn implementation forCfnEventSourceMapping.MetricsConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetrics
Metric groups to enable.- See Also:
-
builder
-