Class CfnBucketPropsMixin.InventoryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.InventoryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucketPropsMixin.InventoryConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucketPropsMixin.InventoryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucketPropsMixin.InventoryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketPropsMixin.InventoryConfigurationProperty
An implementation for
CfnBucketPropsMixin.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.cfnpropertymixins.services.s3.CfnBucketPropsMixin.InventoryConfigurationProperty
CfnBucketPropsMixin.InventoryConfigurationProperty.Builder, CfnBucketPropsMixin.InventoryConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucketPropsMixin.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 theCfnBucketPropsMixin.InventoryConfigurationProperty.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnBucketPropsMixin.InventoryConfigurationPropertyContains information about where to publish the inventory results.Returns union: either
IResolvableorCfnBucketPropsMixin.DestinationProperty- Specified by:
getDestinationin interfaceCfnBucketPropsMixin.InventoryConfigurationProperty- See Also:
-
getEnabled
Description copied from interface:CfnBucketPropsMixin.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.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnBucketPropsMixin.InventoryConfigurationProperty- See Also:
-
getId
Description copied from interface:CfnBucketPropsMixin.InventoryConfigurationPropertyThe ID used to identify the inventory configuration.- Specified by:
getIdin interfaceCfnBucketPropsMixin.InventoryConfigurationProperty- See Also:
-
getIncludedObjectVersions
Description copied from interface:CfnBucketPropsMixin.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 interfaceCfnBucketPropsMixin.InventoryConfigurationProperty- See Also:
-
getOptionalFields
Description copied from interface:CfnBucketPropsMixin.InventoryConfigurationPropertyContains the optional fields that are included in the inventory results.- Specified by:
getOptionalFieldsin interfaceCfnBucketPropsMixin.InventoryConfigurationProperty- See Also:
-
getPrefix
Description copied from interface:CfnBucketPropsMixin.InventoryConfigurationPropertySpecifies the inventory filter prefix.- Specified by:
getPrefixin interfaceCfnBucketPropsMixin.InventoryConfigurationProperty- See Also:
-
getScheduleFrequency
Description copied from interface:CfnBucketPropsMixin.InventoryConfigurationPropertySpecifies the schedule for generating inventory results.- Specified by:
getScheduleFrequencyin interfaceCfnBucketPropsMixin.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()
-