Class CfnCampaign.DataPartitionStorageOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnCampaign.DataPartitionStorageOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.DataPartitionStorageOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.DataPartitionStorageOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.DataPartitionStorageOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.DataPartitionStorageOptionsProperty
An implementation for
CfnCampaign.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.services.iotfleetwise.CfnCampaign.DataPartitionStorageOptionsProperty
CfnCampaign.DataPartitionStorageOptionsProperty.Builder, CfnCampaign.DataPartitionStorageOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.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 theCfnCampaign.DataPartitionStorageOptionsProperty.Builder.
-
-
Method Details
-
getMaximumSize
Description copied from interface:CfnCampaign.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
IResolvableorCfnCampaign.StorageMaximumSizeProperty- Specified by:
getMaximumSizein interfaceCfnCampaign.DataPartitionStorageOptionsProperty- See Also:
-
getMinimumTimeToLive
Description copied from interface:CfnCampaign.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
IResolvableorCfnCampaign.StorageMinimumTimeToLiveProperty- Specified by:
getMinimumTimeToLivein interfaceCfnCampaign.DataPartitionStorageOptionsProperty- See Also:
-
getStorageLocation
Description copied from interface:CfnCampaign.DataPartitionStorageOptionsPropertyThe folder name for the data partition under the campaign storage folder.- Specified by:
getStorageLocationin interfaceCfnCampaign.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()
-