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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.IntelligentTieringConfiguration
IntelligentTieringConfiguration.Builder, IntelligentTieringConfiguration.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theIntelligentTieringConfiguration.Builder
.protected
Jsii$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.JsonNode
final boolean
final Duration
When enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 90 days to the Archive Access tier.final Duration
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.final String
getName()
Configuration name.final String
Add 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 int
hashCode()
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:IntelligentTieringConfiguration
Configuration name.- Specified by:
getName
in interfaceIntelligentTieringConfiguration
-
getArchiveAccessTierTime
Description copied from interface:IntelligentTieringConfiguration
When 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:
getArchiveAccessTierTime
in interfaceIntelligentTieringConfiguration
-
getDeepArchiveAccessTierTime
Description copied from interface:IntelligentTieringConfiguration
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.Default: Objects will not move to Glacier Deep Access
- Specified by:
getDeepArchiveAccessTierTime
in interfaceIntelligentTieringConfiguration
-
getPrefix
Description copied from interface:IntelligentTieringConfiguration
Add 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:
getPrefix
in interfaceIntelligentTieringConfiguration
-
getTags
Description copied from interface:IntelligentTieringConfiguration
You can limit the scope of this rule to the key value pairs added below.Default: No filtering will be performed on tags
- Specified by:
getTags
in interfaceIntelligentTieringConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-