Class CfnBucket.IntelligentTieringConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.IntelligentTieringConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.IntelligentTieringConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.IntelligentTieringConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.IntelligentTieringConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.IntelligentTieringConfigurationProperty
An implementation for
CfnBucket.IntelligentTieringConfigurationProperty
-
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.CfnBucket.IntelligentTieringConfigurationProperty
CfnBucket.IntelligentTieringConfigurationProperty.Builder, CfnBucket.IntelligentTieringConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.IntelligentTieringConfigurationProperty.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 String
getId()
The ID used to identify the S3 Intelligent-Tiering configuration.final String
An object key name prefix that identifies the subset of objects to which the rule applies.final String
Specifies the status of the configuration.final Object
A container for a key-value pair.final Object
Specifies a list of S3 Intelligent-Tiering storage class tiers in the configuration.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 theCfnBucket.IntelligentTieringConfigurationProperty.Builder
.
-
-
Method Details
-
getId
Description copied from interface:CfnBucket.IntelligentTieringConfigurationProperty
The ID used to identify the S3 Intelligent-Tiering configuration.- Specified by:
getId
in interfaceCfnBucket.IntelligentTieringConfigurationProperty
- See Also:
-
getStatus
Description copied from interface:CfnBucket.IntelligentTieringConfigurationProperty
Specifies the status of the configuration.- Specified by:
getStatus
in interfaceCfnBucket.IntelligentTieringConfigurationProperty
- See Also:
-
getTierings
Description copied from interface:CfnBucket.IntelligentTieringConfigurationProperty
Specifies a list of S3 Intelligent-Tiering storage class tiers in the configuration.At least one tier must be defined in the list. At most, you can specify two tiers in the list, one for each available AccessTier:
ARCHIVE_ACCESS
andDEEP_ARCHIVE_ACCESS
.You only need Intelligent Tiering Configuration enabled on a bucket if you want to automatically move objects stored in the Intelligent-Tiering storage class to Archive Access or Deep Archive Access tiers.
- Specified by:
getTierings
in interfaceCfnBucket.IntelligentTieringConfigurationProperty
- See Also:
-
getPrefix
Description copied from interface:CfnBucket.IntelligentTieringConfigurationProperty
An object key name prefix that identifies the subset of objects to which the rule applies.- Specified by:
getPrefix
in interfaceCfnBucket.IntelligentTieringConfigurationProperty
- See Also:
-
getTagFilters
Description copied from interface:CfnBucket.IntelligentTieringConfigurationProperty
A container for a key-value pair.- Specified by:
getTagFilters
in interfaceCfnBucket.IntelligentTieringConfigurationProperty
- See Also:
-
$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()
-