Class CfnDirectoryBucket.InventoryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3express.CfnDirectoryBucket.InventoryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDirectoryBucket.InventoryConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDirectoryBucket.InventoryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDirectoryBucket.InventoryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDirectoryBucket.InventoryConfigurationProperty
An implementation for
CfnDirectoryBucket.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.s3express.CfnDirectoryBucket.InventoryConfigurationProperty
CfnDirectoryBucket.InventoryConfigurationProperty.Builder, CfnDirectoryBucket.InventoryConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDirectoryBucket.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 ObjectSpecifies information about where to publish inventory reports for an Amazon S3 Express bucket.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 StringThe prefix that is prepended to all inventory results.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 theCfnDirectoryBucket.InventoryConfigurationProperty.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnDirectoryBucket.InventoryConfigurationPropertySpecifies information about where to publish inventory reports for an Amazon S3 Express bucket.Returns union: either
IResolvableorCfnDirectoryBucket.DestinationProperty- Specified by:
getDestinationin interfaceCfnDirectoryBucket.InventoryConfigurationProperty- See Also:
-
getEnabled
Description copied from interface:CfnDirectoryBucket.InventoryConfigurationPropertySpecifies whether the inventory is enabled or disabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDirectoryBucket.InventoryConfigurationProperty- See Also:
-
getId
Description copied from interface:CfnDirectoryBucket.InventoryConfigurationPropertyThe ID used to identify the inventory configuration.- Specified by:
getIdin interfaceCfnDirectoryBucket.InventoryConfigurationProperty- See Also:
-
getIncludedObjectVersions
Description copied from interface:CfnDirectoryBucket.InventoryConfigurationPropertyObject versions to include in the inventory list.- Specified by:
getIncludedObjectVersionsin interfaceCfnDirectoryBucket.InventoryConfigurationProperty- See Also:
-
getScheduleFrequency
Description copied from interface:CfnDirectoryBucket.InventoryConfigurationPropertySpecifies the schedule for generating inventory results.- Specified by:
getScheduleFrequencyin interfaceCfnDirectoryBucket.InventoryConfigurationProperty- See Also:
-
getOptionalFields
Description copied from interface:CfnDirectoryBucket.InventoryConfigurationPropertyContains the optional fields that are included in the inventory results.- Specified by:
getOptionalFieldsin interfaceCfnDirectoryBucket.InventoryConfigurationProperty- See Also:
-
getPrefix
Description copied from interface:CfnDirectoryBucket.InventoryConfigurationPropertyThe prefix that is prepended to all inventory results.- Specified by:
getPrefixin interfaceCfnDirectoryBucket.InventoryConfigurationProperty- 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()
-