Class DevOpsGuruNewInsightOpen.SourceDetail.Jsii$Proxy

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

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

  • Method Details

    • getDataIdentifiers

      public final DevOpsGuruNewInsightOpen.DataIdentifiers getDataIdentifiers()
      Description copied from interface: DevOpsGuruNewInsightOpen.SourceDetail
      (experimental) dataIdentifiers property.

      Specify an array of string values to match this event if the actual value of dataIdentifiers 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:
      getDataIdentifiers in interface DevOpsGuruNewInsightOpen.SourceDetail
    • getDataSource

      public final List<String> getDataSource()
      Description copied from interface: DevOpsGuruNewInsightOpen.SourceDetail
      (experimental) dataSource property.

      Specify an array of string values to match this event if the actual value of dataSource 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:
      getDataSource in interface DevOpsGuruNewInsightOpen.SourceDetail
    • getDataSourceDetail

      public final List<String> getDataSourceDetail()
      Description copied from interface: DevOpsGuruNewInsightOpen.SourceDetail
      (experimental) dataSourceDetail property.

      Specify an array of string values to match this event if the actual value of dataSourceDetail 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:
      getDataSourceDetail in interface DevOpsGuruNewInsightOpen.SourceDetail
    • $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