interface MetricStreamStatisticsMetricProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudWatch.CfnMetricStream.MetricStreamStatisticsMetricProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#CfnMetricStream_MetricStreamStatisticsMetricProperty |
![]() | software.amazon.awscdk.services.cloudwatch.CfnMetricStream.MetricStreamStatisticsMetricProperty |
![]() | aws_cdk.aws_cloudwatch.CfnMetricStream.MetricStreamStatisticsMetricProperty |
![]() | aws-cdk-lib » aws_cloudwatch » CfnMetricStream » MetricStreamStatisticsMetricProperty |
A structure that specifies the metric name and namespace for one metric that is going to have additional statistics included in the stream.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudwatch as cloudwatch } from 'aws-cdk-lib';
const metricStreamStatisticsMetricProperty: cloudwatch.CfnMetricStream.MetricStreamStatisticsMetricProperty = {
metricName: 'metricName',
namespace: 'namespace',
};
Properties
Name | Type | Description |
---|---|---|
metric | string | The name of the metric. |
namespace | string | The namespace of the metric. |
metricName
Type:
string
The name of the metric.
namespace
Type:
string
The namespace of the metric.