public static final class CfnBucket.InventoryConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.InventoryConfigurationProperty
CfnBucket.InventoryConfigurationProperty
CfnBucket.InventoryConfigurationProperty.Builder, CfnBucket.InventoryConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDestination()
Contains information about where to publish the inventory results.
|
java.lang.Object |
getEnabled()
Specifies whether the inventory is enabled or disabled.
|
java.lang.String |
getId()
The ID used to identify the inventory configuration.
|
java.lang.String |
getIncludedObjectVersions()
Object versions to include in the inventory list.
|
java.util.List<java.lang.String> |
getOptionalFields()
Contains the optional fields that are included in the inventory results.
|
java.lang.String |
getPrefix()
Specifies the inventory filter prefix.
|
java.lang.String |
getScheduleFrequency()
Specifies the schedule for generating inventory results.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDestination()
CfnBucket.InventoryConfigurationProperty
getDestination
in interface CfnBucket.InventoryConfigurationProperty
public final java.lang.Object getEnabled()
CfnBucket.InventoryConfigurationProperty
If set to True
, an inventory list is generated. If set to False
, no inventory list is generated.
getEnabled
in interface CfnBucket.InventoryConfigurationProperty
public final java.lang.String getId()
CfnBucket.InventoryConfigurationProperty
getId
in interface CfnBucket.InventoryConfigurationProperty
public final java.lang.String getIncludedObjectVersions()
CfnBucket.InventoryConfigurationProperty
If set to All
, the list includes all the object versions, which adds the version-related fields VersionId
, IsLatest
, and DeleteMarker
to the list. If set to Current
, the list does not contain these version-related fields.
getIncludedObjectVersions
in interface CfnBucket.InventoryConfigurationProperty
public final java.lang.String getScheduleFrequency()
CfnBucket.InventoryConfigurationProperty
Allowed values : Daily
| Weekly
getScheduleFrequency
in interface CfnBucket.InventoryConfigurationProperty
public final java.util.List<java.lang.String> getOptionalFields()
CfnBucket.InventoryConfigurationProperty
Valid values : Size | LastModifiedDate | StorageClass | ETag | IsMultipartUploaded | ReplicationStatus | EncryptionStatus | ObjectLockRetainUntilDate | ObjectLockMode | ObjectLockLegalHoldStatus | IntelligentTieringAccessTier | BucketKeyStatus
getOptionalFields
in interface CfnBucket.InventoryConfigurationProperty
public final java.lang.String getPrefix()
CfnBucket.InventoryConfigurationProperty
getPrefix
in interface CfnBucket.InventoryConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()