Class CfnFileSystem.LifecyclePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.efs.CfnFileSystem.LifecyclePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystem.LifecyclePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystem.LifecyclePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnFileSystem.LifecyclePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFileSystem.LifecyclePolicyProperty
An implementation for
CfnFileSystem.LifecyclePolicyProperty-
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.efs.CfnFileSystem.LifecyclePolicyProperty
CfnFileSystem.LifecyclePolicyProperty.Builder, CfnFileSystem.LifecyclePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystem.LifecyclePolicyProperty.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 StringThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage.final StringThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.final StringWhether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.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 theCfnFileSystem.LifecyclePolicyProperty.Builder.
-
-
Method Details
-
getTransitionToArchive
Description copied from interface:CfnFileSystem.LifecyclePolicyPropertyThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage.Metadata operations such as listing the contents of a directory don't count as file access events.
- Specified by:
getTransitionToArchivein interfaceCfnFileSystem.LifecyclePolicyProperty- See Also:
-
getTransitionToIa
Description copied from interface:CfnFileSystem.LifecyclePolicyPropertyThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.Metadata operations such as listing the contents of a directory don't count as file access events.
- Specified by:
getTransitionToIain interfaceCfnFileSystem.LifecyclePolicyProperty- See Also:
-
getTransitionToPrimaryStorageClass
Description copied from interface:CfnFileSystem.LifecyclePolicyPropertyWhether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.Metadata operations such as listing the contents of a directory don't count as file access events.
- Specified by:
getTransitionToPrimaryStorageClassin interfaceCfnFileSystem.LifecyclePolicyProperty- 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()
-