Show / Hide Table of Contents

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-metricstream-metricstreamfilter.html

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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-metricstream-metricstreamfilter.html#cfn-cloudwatch-metricstream-metricstreamfilter-namespace

Back to top Generated by DocFX