Class ObjectAccessTierChanged.ObjectAccessTierChangedProps.Jsii$Proxy
- All Implemented Interfaces:
ObjectAccessTierChanged.ObjectAccessTierChangedProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ObjectAccessTierChanged.ObjectAccessTierChangedProps
ObjectAccessTierChanged.ObjectAccessTierChangedProps-
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.ObjectAccessTierChanged.ObjectAccessTierChangedProps
ObjectAccessTierChanged.ObjectAccessTierChangedProps.Builder, ObjectAccessTierChanged.ObjectAccessTierChangedProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theObjectAccessTierChanged.ObjectAccessTierChangedProps.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) destination-access-tier property.final AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) object property.(experimental) requester property.(experimental) request-id 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 theObjectAccessTierChanged.ObjectAccessTierChangedProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:ObjectAccessTierChanged.ObjectAccessTierChangedProps(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 interfaceObjectAccessTierChanged.ObjectAccessTierChangedProps
-
getDestinationAccessTier
Description copied from interface:ObjectAccessTierChanged.ObjectAccessTierChangedProps(experimental) destination-access-tier property.Specify an array of string values to match this event if the actual value of destination-access-tier 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:
getDestinationAccessTierin interfaceObjectAccessTierChanged.ObjectAccessTierChangedProps
-
getEventMetadata
Description copied from interface:ObjectAccessTierChanged.ObjectAccessTierChangedProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceObjectAccessTierChanged.ObjectAccessTierChangedProps
-
getObject
Description copied from interface:ObjectAccessTierChanged.ObjectAccessTierChangedProps(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 interfaceObjectAccessTierChanged.ObjectAccessTierChangedProps
-
getRequester
Description copied from interface:ObjectAccessTierChanged.ObjectAccessTierChangedProps(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 interfaceObjectAccessTierChanged.ObjectAccessTierChangedProps
-
getRequestId
Description copied from interface:ObjectAccessTierChanged.ObjectAccessTierChangedProps(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 interfaceObjectAccessTierChanged.ObjectAccessTierChangedProps
-
getVersion
Description copied from interface:ObjectAccessTierChanged.ObjectAccessTierChangedProps(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 interfaceObjectAccessTierChanged.ObjectAccessTierChangedProps
-
$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()
-