Class ObjectDeleted.ObjectDeletedProps.Jsii$Proxy
- All Implemented Interfaces:
ObjectDeleted.ObjectDeletedProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ObjectDeleted.ObjectDeletedProps
ObjectDeleted.ObjectDeletedProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.s3.events.ObjectDeleted.ObjectDeletedProps
ObjectDeleted.ObjectDeletedProps.Builder, ObjectDeleted.ObjectDeletedProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theObjectDeleted.ObjectDeletedProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDeleted.Bucket(experimental) bucket property.(experimental) deletion-type property.final AWSEventMetadataProps(experimental) EventBridge event metadata.final ObjectDeleted.ObjectType(experimental) object property.(experimental) reason property.(experimental) requester property.(experimental) request-id property.(experimental) source-ip-address property.(experimental) version property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theObjectDeleted.ObjectDeletedProps.Builder.
-
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getBucketin interfaceObjectDeleted.ObjectDeletedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getDeletionTypein interfaceObjectDeleted.ObjectDeletedProps
-
getEventMetadata
Description copied from interface:ObjectDeleted.ObjectDeletedProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceObjectDeleted.ObjectDeletedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getObjectin interfaceObjectDeleted.ObjectDeletedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getReasonin interfaceObjectDeleted.ObjectDeletedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRequesterin interfaceObjectDeleted.ObjectDeletedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRequestIdin interfaceObjectDeleted.ObjectDeletedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getSourceIpAddressin interfaceObjectDeleted.ObjectDeletedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getVersionin interfaceObjectDeleted.ObjectDeletedProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-