Class BucketEvents.ObjectDeleted.ObjectDeletedProps.Jsii$Proxy
- All Implemented Interfaces:
BucketEvents.ObjectDeleted.ObjectDeletedProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BucketEvents.ObjectDeleted.ObjectDeletedProps
BucketEvents.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.BucketEvents.ObjectDeleted.ObjectDeletedProps
BucketEvents.ObjectDeleted.ObjectDeletedProps.Builder, BucketEvents.ObjectDeleted.ObjectDeletedProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBucketEvents.ObjectDeleted.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 boolean(experimental) bucket property.(experimental) deletion-type property.final AWSEventMetadataProps(experimental) EventBridge event metadata.(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 theBucketEvents.ObjectDeleted.ObjectDeletedProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getDeletionType
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getEventMetadata
Description copied from interface:BucketEvents.ObjectDeleted.ObjectDeletedProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getObject
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getReason
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getRequester
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getRequestId
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getSourceIpAddress
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.ObjectDeletedProps
-
getVersion
Description copied from interface:BucketEvents.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 interfaceBucketEvents.ObjectDeleted.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()
-