Class ObjectCreated.ObjectCreatedProps.Jsii$Proxy

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

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

    • getBucket

      public final ObjectCreated.Bucket getBucket()
      Description copied from interface: ObjectCreated.ObjectCreatedProps
      (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 ObjectCreated.ObjectCreatedProps
    • getEventMetadata

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

      Default: - -

      Specified by:
      getEventMetadata in interface ObjectCreated.ObjectCreatedProps
    • getObject

      public final ObjectCreated.ObjectType getObject()
      Description copied from interface: ObjectCreated.ObjectCreatedProps
      (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 ObjectCreated.ObjectCreatedProps
    • getReason

      public final List<String> getReason()
      Description copied from interface: ObjectCreated.ObjectCreatedProps
      (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 ObjectCreated.ObjectCreatedProps
    • getRequester

      public final List<String> getRequester()
      Description copied from interface: ObjectCreated.ObjectCreatedProps
      (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 ObjectCreated.ObjectCreatedProps
    • getRequestId

      public final List<String> getRequestId()
      Description copied from interface: ObjectCreated.ObjectCreatedProps
      (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 ObjectCreated.ObjectCreatedProps
    • getSourceIpAddress

      public final List<String> getSourceIpAddress()
      Description copied from interface: ObjectCreated.ObjectCreatedProps
      (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 ObjectCreated.ObjectCreatedProps
    • getVersion

      public final List<String> getVersion()
      Description copied from interface: ObjectCreated.ObjectCreatedProps
      (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 ObjectCreated.ObjectCreatedProps
    • $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