@Stability(value=Stable) @Internal public static final class IntelligentTieringConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntelligentTieringConfiguration
IntelligentTieringConfiguration
software.amazon.jsii.JsiiObject.InitializationMode
IntelligentTieringConfiguration.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
IntelligentTieringConfiguration
getName
in interface IntelligentTieringConfiguration
public final Duration getArchiveAccessTierTime()
IntelligentTieringConfiguration
Default: Objects will not move to Glacier
getArchiveAccessTierTime
in interface IntelligentTieringConfiguration
public final Duration getDeepArchiveAccessTierTime()
IntelligentTieringConfiguration
Default: Objects will not move to Glacier Deep Access
getDeepArchiveAccessTierTime
in interface IntelligentTieringConfiguration
public final String getPrefix()
IntelligentTieringConfiguration
Default: this configuration will apply to **all** objects in the bucket.
getPrefix
in interface IntelligentTieringConfiguration
public final List<Tag> getTags()
IntelligentTieringConfiguration
Default: 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.JsiiSerializable
Copyright © 2022. All rights reserved.