Class CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty
An implementation for
CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty-
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.iotfleetwise.CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty
CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty.Builder, CfnCampaignPropsMixin.DataPartitionStorageOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.DataPartitionStorageOptionsProperty.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 ObjectThe maximum storage size of the data stored in the data partition.final ObjectThe amount of time that data in this partition will be kept on disk.final StringThe folder name for the data partition under the campaign storage folder.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 theCfnCampaignPropsMixin.DataPartitionStorageOptionsProperty.Builder.
-
-
Method Details
-
getMaximumSize
Description copied from interface:CfnCampaignPropsMixin.DataPartitionStorageOptionsPropertyThe maximum storage size of the data stored in the data partition.Newer data overwrites older data when the partition reaches the maximum size.
Returns union: either
IResolvableorCfnCampaignPropsMixin.StorageMaximumSizeProperty- Specified by:
getMaximumSizein interfaceCfnCampaignPropsMixin.DataPartitionStorageOptionsProperty- See Also:
-
getMinimumTimeToLive
Description copied from interface:CfnCampaignPropsMixin.DataPartitionStorageOptionsPropertyThe amount of time that data in this partition will be kept on disk.- After the designated amount of time passes, the data can be removed, but it's not guaranteed to be removed.
- Before the time expires, data in this partition can still be deleted if the partition reaches its configured maximum size.
- Newer data will overwrite older data when the partition reaches the maximum size.
Returns union: either
IResolvableorCfnCampaignPropsMixin.StorageMinimumTimeToLiveProperty- Specified by:
getMinimumTimeToLivein interfaceCfnCampaignPropsMixin.DataPartitionStorageOptionsProperty- See Also:
-
getStorageLocation
Description copied from interface:CfnCampaignPropsMixin.DataPartitionStorageOptionsPropertyThe folder name for the data partition under the campaign storage folder.- Specified by:
getStorageLocationin interfaceCfnCampaignPropsMixin.DataPartitionStorageOptionsProperty- 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()
-