Class ObjectDeleted.ObjectDeletedProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class ObjectDeleted.ObjectDeletedProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ObjectDeleted.ObjectDeletedProps
An implementation for ObjectDeleted.ObjectDeletedProps
  • 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(ObjectDeleted.ObjectDeletedProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ObjectDeleted.ObjectDeletedProps.Builder.
  • Method Details

    • getBucket

      public final ObjectDeleted.Bucket getBucket()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) bucket property.

      Specify an array of string values to match this event if the actual value of bucket 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:
      getBucket in interface ObjectDeleted.ObjectDeletedProps
    • getDeletionType

      public final List<String> getDeletionType()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) deletion-type property.

      Specify an array of string values to match this event if the actual value of deletion-type 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:
      getDeletionType in interface ObjectDeleted.ObjectDeletedProps
    • getEventMetadata

      public final AWSEventMetadataProps getEventMetadata()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) EventBridge event metadata.

      Default: - -

      Specified by:
      getEventMetadata in interface ObjectDeleted.ObjectDeletedProps
    • getObject

      public final ObjectDeleted.ObjectType getObject()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) object property.

      Specify an array of string values to match this event if the actual value of object 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:
      getObject in interface ObjectDeleted.ObjectDeletedProps
    • getReason

      public final List<String> getReason()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) reason property.

      Specify an array of string values to match this event if the actual value of reason 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:
      getReason in interface ObjectDeleted.ObjectDeletedProps
    • getRequester

      public final List<String> getRequester()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) requester property.

      Specify an array of string values to match this event if the actual value of requester 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:
      getRequester in interface ObjectDeleted.ObjectDeletedProps
    • getRequestId

      public final List<String> getRequestId()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) request-id property.

      Specify an array of string values to match this event if the actual value of request-id 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:
      getRequestId in interface ObjectDeleted.ObjectDeletedProps
    • getSourceIpAddress

      public final List<String> getSourceIpAddress()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) source-ip-address property.

      Specify an array of string values to match this event if the actual value of source-ip-address 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:
      getSourceIpAddress in interface ObjectDeleted.ObjectDeletedProps
    • getVersion

      public final List<String> getVersion()
      Description copied from interface: ObjectDeleted.ObjectDeletedProps
      (experimental) version property.

      Specify an array of string values to match this event if the actual value of version 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:
      getVersion in interface ObjectDeleted.ObjectDeletedProps
    • $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