@Stability(value=Stable) @Internal public static final class IntelligentTieringConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntelligentTieringConfiguration
IntelligentTieringConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeIntelligentTieringConfiguration.Builder, IntelligentTieringConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IntelligentTieringConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IntelligentTieringConfiguration.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Duration |
getArchiveAccessTierTime()
When enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 90 days to the Archive Access tier.
|
Duration |
getDeepArchiveAccessTierTime()
When enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 180 days to the Deep Archive Access tier.
|
String |
getName()
Configuration name.
|
String |
getPrefix()
Add a filter to limit the scope of this configuration to a single prefix.
|
List<Tag> |
getTags()
You can limit the scope of this rule to the key value pairs added below.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IntelligentTieringConfiguration.Builder builder)
IntelligentTieringConfiguration.Builder.public final String getName()
IntelligentTieringConfigurationgetName in interface IntelligentTieringConfigurationpublic final Duration getArchiveAccessTierTime()
IntelligentTieringConfigurationDefault: Objects will not move to Glacier
getArchiveAccessTierTime in interface IntelligentTieringConfigurationpublic final Duration getDeepArchiveAccessTierTime()
IntelligentTieringConfigurationDefault: Objects will not move to Glacier Deep Access
getDeepArchiveAccessTierTime in interface IntelligentTieringConfigurationpublic final String getPrefix()
IntelligentTieringConfigurationDefault: this configuration will apply to **all** objects in the bucket.
getPrefix in interface IntelligentTieringConfigurationpublic final List<Tag> getTags()
IntelligentTieringConfigurationDefault: No filtering will be performed on tags
getTags in interface IntelligentTieringConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.