Interface DevOpsGuruNewInsightOpen.DataIdentifiers

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DevOpsGuruNewInsightOpen.DataIdentifiers.Jsii$Proxy
Enclosing class:
DevOpsGuruNewInsightOpen

@Stability(Experimental) public static interface DevOpsGuruNewInsightOpen.DataIdentifiers extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for DataIdentifiers.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.devopsguru.events.*;
 DataIdentifiers dataIdentifiers = DataIdentifiers.builder()
         .alarmCondition(AlarmCondition.builder()
                 .detectionBand(List.of("detectionBand"))
                 .referenceValue(ReferenceValue.builder()
                         .comparisonOperator(List.of("comparisonOperator"))
                         .datapointsToAlarm(List.of("datapointsToAlarm"))
                         .evaluationPeriod(List.of("evaluationPeriod"))
                         .threshold(List.of("threshold"))
                         .build())
                 .build())
         .dimensions(List.of(CloudWatchDimension.builder()
                 .name(List.of("name"))
                 .value(List.of("value"))
                 .build()))
         .metricDisplayName(List.of("metricDisplayName"))
         .metricQuery(MetricQuery.builder()
                 .groupBy(GroupBy.builder()
                         .dimensions(List.of("dimensions"))
                         .group(List.of("group"))
                         .build())
                 .metric(List.of("metric"))
                 .build())
         .name(List.of("name"))
         .namespace(List.of("namespace"))
         .period(List.of("period"))
         .resourceId(List.of("resourceId"))
         .resourceType(List.of("resourceType"))
         .stat(List.of("stat"))
         .unit(List.of("unit"))
         .build();
 
  • Method Details

    • getAlarmCondition

      @Stability(Experimental) @Nullable default DevOpsGuruNewInsightOpen.AlarmCondition getAlarmCondition()
      (experimental) alarmCondition property.

      Specify an array of string values to match this event if the actual value of alarmCondition 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

    • getDimensions

      @Stability(Experimental) @Nullable default List<DevOpsGuruNewInsightOpen.CloudWatchDimension> getDimensions()
      (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

    • getMetricDisplayName

      @Stability(Experimental) @Nullable default List<String> getMetricDisplayName()
      (experimental) metricDisplayName property.

      Specify an array of string values to match this event if the actual value of metricDisplayName 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

    • getMetricQuery

      @Stability(Experimental) @Nullable default DevOpsGuruNewInsightOpen.MetricQuery getMetricQuery()
      (experimental) metricQuery property.

      Specify an array of string values to match this event if the actual value of metricQuery 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

    • getName

      @Stability(Experimental) @Nullable default List<String> getName()
      (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

    • getNamespace

      @Stability(Experimental) @Nullable default List<String> getNamespace()
      (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

    • getPeriod

      @Stability(Experimental) @Nullable default List<String> getPeriod()
      (experimental) period property.

      Specify an array of string values to match this event if the actual value of period 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

    • getResourceId

      @Stability(Experimental) @Nullable default List<String> getResourceId()
      (experimental) ResourceId property.

      Specify an array of string values to match this event if the actual value of ResourceId 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

    • getResourceType

      @Stability(Experimental) @Nullable default List<String> getResourceType()
      (experimental) ResourceType property.

      Specify an array of string values to match this event if the actual value of ResourceType 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

    • getStat

      @Stability(Experimental) @Nullable default List<String> getStat()
      (experimental) stat property.

      Specify an array of string values to match this event if the actual value of stat 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

    • getUnit

      @Stability(Experimental) @Nullable default List<String> getUnit()
      (experimental) unit property.

      Specify an array of string values to match this event if the actual value of unit 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

    • builder

      @Stability(Experimental) static DevOpsGuruNewInsightOpen.DataIdentifiers.Builder builder()
      Returns:
      a DevOpsGuruNewInsightOpen.DataIdentifiers.Builder of DevOpsGuruNewInsightOpen.DataIdentifiers