Module: AWSCDK::AppSync::DataSourceLevelMetricsBehavior

Defined in:
app_sync/data_source_level_metrics_behavior.rb

Overview

Controls how data source metrics will be emitted to CloudWatch.

Constant Summary collapse

FULL_REQUEST_DATA_SOURCE_METRICS =
Deprecated.
Note:

Default:

Records and emits metric data for all data sources in the request.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.DataSourceLevelMetricsBehavior", "FULL_REQUEST_DATA_SOURCE_METRICS")
PER_DATA_SOURCE_METRICS =
Deprecated.
Note:

Default:

Records and emits metric data for data sources that have the MetricsConfig value set to ENABLED.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.DataSourceLevelMetricsBehavior", "PER_DATA_SOURCE_METRICS")