Class CfnBucket.PartitionedPrefixProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.PartitionedPrefixProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnBucket.PartitionedPrefixProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnBucket.PartitionedPrefixProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.PartitionedPrefixProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.PartitionedPrefixProperty
An implementation for 
CfnBucket.PartitionedPrefixProperty- 
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.services.s3.CfnBucket.PartitionedPrefixProperty
CfnBucket.PartitionedPrefixProperty.Builder, CfnBucket.PartitionedPrefixProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.PartitionedPrefixProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
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 theCfnBucket.PartitionedPrefixProperty.Builder. 
 - 
 - 
Method Details
- 
getPartitionDateSource
Description copied from interface:CfnBucket.PartitionedPrefixPropertySpecifies the partition date source for the partitioned prefix.PartitionDateSourcecan beEventTimeorDeliveryTime.For
DeliveryTime, the time in the log file names corresponds to the delivery time for the log files.For
EventTime, The logs delivered are for a specific day only. The year, month, and day correspond to the day on which the event occurred, and the hour, minutes and seconds are set to 00 in the key.- Specified by:
 getPartitionDateSourcein interfaceCfnBucket.PartitionedPrefixProperty- See Also:
 
 - 
$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() 
 -