Class CloudWatchAlarmConfigurationChange.Metric.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.cloudwatch.events.CloudWatchAlarmConfigurationChange.Metric.Jsii$Proxy
All Implemented Interfaces:
CloudWatchAlarmConfigurationChange.Metric, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CloudWatchAlarmConfigurationChange.Metric

@Stability(Experimental) @Internal public static final class CloudWatchAlarmConfigurationChange.Metric.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudWatchAlarmConfigurationChange.Metric
  • Constructor Details

  • Method Details

    • getDimensions

      public final List<String> getDimensions()
      Description copied from interface: CloudWatchAlarmConfigurationChange.Metric
      (experimental) dimensions property.

      Specify an array of string values to match this event if the actual value of dimensions is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getDimensions in interface CloudWatchAlarmConfigurationChange.Metric
    • getName

      public final List<String> getName()
      Description copied from interface: CloudWatchAlarmConfigurationChange.Metric
      (experimental) name property.

      Specify an array of string values to match this event if the actual value of name is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getName in interface CloudWatchAlarmConfigurationChange.Metric
    • getNamespace

      public final List<String> getNamespace()
      Description copied from interface: CloudWatchAlarmConfigurationChange.Metric
      (experimental) namespace property.

      Specify an array of string values to match this event if the actual value of namespace is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getNamespace in interface CloudWatchAlarmConfigurationChange.Metric
    • $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