Class CfnBucket.InventoryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.InventoryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.InventoryConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBucket.InventoryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.InventoryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.InventoryConfigurationProperty
An implementation for
CfnBucket.InventoryConfigurationProperty-
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.InventoryConfigurationProperty
CfnBucket.InventoryConfigurationProperty.Builder, CfnBucket.InventoryConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.InventoryConfigurationProperty.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 ObjectContains information about where to publish the inventory results.final ObjectSpecifies whether the inventory is enabled or disabled.final StringgetId()The ID used to identify the inventory configuration.final StringObject versions to include in the inventory list.Contains the optional fields that are included in the inventory results.final StringSpecifies the inventory filter prefix.final StringSpecifies the schedule for generating inventory results.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 theCfnBucket.InventoryConfigurationProperty.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnBucket.InventoryConfigurationPropertyContains information about where to publish the inventory results.- Specified by:
getDestinationin interfaceCfnBucket.InventoryConfigurationProperty
-
getEnabled
Description copied from interface:CfnBucket.InventoryConfigurationPropertySpecifies whether the inventory is enabled or disabled.If set to
True, an inventory list is generated. If set toFalse, no inventory list is generated.- Specified by:
getEnabledin interfaceCfnBucket.InventoryConfigurationProperty
-
getId
Description copied from interface:CfnBucket.InventoryConfigurationPropertyThe ID used to identify the inventory configuration.- Specified by:
getIdin interfaceCfnBucket.InventoryConfigurationProperty
-
getIncludedObjectVersions
Description copied from interface:CfnBucket.InventoryConfigurationPropertyObject versions to include in the inventory list.If set to
All, the list includes all the object versions, which adds the version-related fieldsVersionId,IsLatest, andDeleteMarkerto the list. If set toCurrent, the list does not contain these version-related fields.- Specified by:
getIncludedObjectVersionsin interfaceCfnBucket.InventoryConfigurationProperty
-
getScheduleFrequency
Description copied from interface:CfnBucket.InventoryConfigurationPropertySpecifies the schedule for generating inventory results.Allowed values :
Daily|Weekly- Specified by:
getScheduleFrequencyin interfaceCfnBucket.InventoryConfigurationProperty
-
getOptionalFields
Description copied from interface:CfnBucket.InventoryConfigurationPropertyContains the optional fields that are included in the inventory results.Valid values :
Size | LastModifiedDate | StorageClass | ETag | IsMultipartUploaded | ReplicationStatus | EncryptionStatus | ObjectLockRetainUntilDate | ObjectLockMode | ObjectLockLegalHoldStatus | IntelligentTieringAccessTier | BucketKeyStatus- Specified by:
getOptionalFieldsin interfaceCfnBucket.InventoryConfigurationProperty
-
getPrefix
Description copied from interface:CfnBucket.InventoryConfigurationPropertySpecifies the inventory filter prefix.- Specified by:
getPrefixin interfaceCfnBucket.InventoryConfigurationProperty
-
$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()
-