Class IntelligentTieringConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.IntelligentTieringConfiguration.Jsii$Proxy
- All Implemented Interfaces:
IntelligentTieringConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IntelligentTieringConfiguration
@Stability(Stable)
@Internal
public static final class IntelligentTieringConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IntelligentTieringConfiguration
An implementation for
IntelligentTieringConfiguration-
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.s3.IntelligentTieringConfiguration
IntelligentTieringConfiguration.Builder, IntelligentTieringConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theIntelligentTieringConfiguration.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 DurationWhen enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 90 days to the Archive Access tier.final DurationWhen enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 180 days to the Deep Archive Access tier.final StringgetName()Configuration name.final StringAdd a filter to limit the scope of this configuration to a single prefix.getTags()You can limit the scope of this rule to the key value pairs added below.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 theIntelligentTieringConfiguration.Builder.
-
-
Method Details
-
getName
Description copied from interface:IntelligentTieringConfigurationConfiguration name.- Specified by:
getNamein interfaceIntelligentTieringConfiguration
-
getArchiveAccessTierTime
Description copied from interface:IntelligentTieringConfigurationWhen enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 90 days to the Archive Access tier.Default: Objects will not move to Glacier
- Specified by:
getArchiveAccessTierTimein interfaceIntelligentTieringConfiguration
-
getDeepArchiveAccessTierTime
Description copied from interface:IntelligentTieringConfigurationWhen enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 180 days to the Deep Archive Access tier.Default: Objects will not move to Glacier Deep Access
- Specified by:
getDeepArchiveAccessTierTimein interfaceIntelligentTieringConfiguration
-
getPrefix
Description copied from interface:IntelligentTieringConfigurationAdd a filter to limit the scope of this configuration to a single prefix.Default: this configuration will apply to **all** objects in the bucket.
- Specified by:
getPrefixin interfaceIntelligentTieringConfiguration
-
getTags
Description copied from interface:IntelligentTieringConfigurationYou can limit the scope of this rule to the key value pairs added below.Default: No filtering will be performed on tags
- Specified by:
getTagsin interfaceIntelligentTieringConfiguration
-
$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()
-