Interface CfnMetricStream.IMetricStreamFilterProperty
This structure contains the name of one of the metric namespaces that is listed in a filter of a metric stream.
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public interface IMetricStreamFilterProperty
Syntax (vb)
Public Interface IMetricStreamFilterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudWatch;
MetricStreamFilterProperty metricStreamFilterProperty = new MetricStreamFilterProperty {
Namespace = "namespace"
};
Synopsis
Properties
Namespace | The name of the metric namespace in the filter. |
Properties
Namespace
The name of the metric namespace in the filter.
string Namespace { get; }
Property Value
System.String