Class AWSAPICallViaCloudTrail.TransformInput.Jsii$Proxy

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

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

  • Method Details

    • getCompressionType

      public final List<String> getCompressionType()
      Description copied from interface: AWSAPICallViaCloudTrail.TransformInput
      (experimental) compressionType property.

      Specify an array of string values to match this event if the actual value of compressionType 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:
      getCompressionType in interface AWSAPICallViaCloudTrail.TransformInput
    • getContentType

      public final List<String> getContentType()
      Description copied from interface: AWSAPICallViaCloudTrail.TransformInput
      (experimental) contentType property.

      Specify an array of string values to match this event if the actual value of contentType 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:
      getContentType in interface AWSAPICallViaCloudTrail.TransformInput
    • getDataSource

      public final AWSAPICallViaCloudTrail.DataSource getDataSource()
      Description copied from interface: AWSAPICallViaCloudTrail.TransformInput
      (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 AWSAPICallViaCloudTrail.TransformInput
    • $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