Class ObjectCreated.ObjectCreatedProps.Jsii$Proxy
- All Implemented Interfaces:
ObjectCreated.ObjectCreatedProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ObjectCreated.ObjectCreatedProps
ObjectCreated.ObjectCreatedProps-
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.ObjectCreated.ObjectCreatedProps
ObjectCreated.ObjectCreatedProps.Builder, ObjectCreated.ObjectCreatedProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theObjectCreated.ObjectCreatedProps.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 ObjectCreated.Bucket(experimental) bucket property.final AWSEventMetadataProps(experimental) EventBridge event metadata.final ObjectCreated.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 theObjectCreated.ObjectCreatedProps.Builder.
-
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getBucketin interfaceObjectCreated.ObjectCreatedProps
-
getEventMetadata
Description copied from interface:ObjectCreated.ObjectCreatedProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceObjectCreated.ObjectCreatedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getObjectin interfaceObjectCreated.ObjectCreatedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getReasonin interfaceObjectCreated.ObjectCreatedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRequesterin interfaceObjectCreated.ObjectCreatedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRequestIdin interfaceObjectCreated.ObjectCreatedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getSourceIpAddressin interfaceObjectCreated.ObjectCreatedProps
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getVersionin interfaceObjectCreated.ObjectCreatedProps
-
$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()
-