Class CfnMetricStream.MetricStreamFilterProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnMetricStream.MetricStreamFilterProperty.Jsii$Proxy
All Implemented Interfaces:
CfnMetricStream.MetricStreamFilterProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnMetricStream.MetricStreamFilterProperty

@Stability(Stable) @Internal public static final class CfnMetricStream.MetricStreamFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMetricStream.MetricStreamFilterProperty
  • Constructor Details

  • Method Details

    • getNamespace

      public final String getNamespace()
      Description copied from interface: CfnMetricStream.MetricStreamFilterProperty
      The name of the metric namespace in the filter.

      The namespace can contain only ASCII printable characters (ASCII range 32 through 126). It must contain at least one non-whitespace character.

      Specified by:
      getNamespace in interface CfnMetricStream.MetricStreamFilterProperty
    • getMetricNames

      public final List<String> getMetricNames()
      Description copied from interface: CfnMetricStream.MetricStreamFilterProperty
      The names of the metrics to either include or exclude from the metric stream.

      If you omit this parameter, all metrics in the namespace are included or excluded, depending on whether this filter is specified as an exclude filter or an include filter.

      Each metric name can contain only ASCII printable characters (ASCII range 32 through 126). Each metric name must contain at least one non-whitespace character.

      Specified by:
      getMetricNames in interface CfnMetricStream.MetricStreamFilterProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object