Class DevOpsGuruInsightClosed.SourceDetail.Jsii$Proxy

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

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

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(DevOpsGuruInsightClosed.SourceDetail.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DevOpsGuruInsightClosed.SourceDetail.Builder.
  • Method Details

    • getDataIdentifiers

      public final DevOpsGuruInsightClosed.DataIdentifiers getDataIdentifiers()
      Description copied from interface: DevOpsGuruInsightClosed.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 DevOpsGuruInsightClosed.SourceDetail
    • getDataSource

      public final List<String> getDataSource()
      Description copied from interface: DevOpsGuruInsightClosed.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 DevOpsGuruInsightClosed.SourceDetail
    • getDataSourceDetail

      public final List<String> getDataSourceDetail()
      Description copied from interface: DevOpsGuruInsightClosed.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 DevOpsGuruInsightClosed.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