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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.IntelligentTieringConfigurationProperty
CfnBucket.IntelligentTieringConfigurationProperty.Builder, CfnBucket.IntelligentTieringConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.IntelligentTieringConfigurationProperty.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 StringgetId()The ID used to identify the S3 Intelligent-Tiering configuration.final StringAn object key name prefix that identifies the subset of objects to which the rule applies.final StringSpecifies the status of the configuration.final ObjectA container for a key-value pair.final ObjectSpecifies a list of S3 Intelligent-Tiering storage class tiers in the configuration.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 theCfnBucket.IntelligentTieringConfigurationProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnBucket.IntelligentTieringConfigurationPropertyThe ID used to identify the S3 Intelligent-Tiering configuration.- Specified by:
getIdin interfaceCfnBucket.IntelligentTieringConfigurationProperty
-
getStatus
Description copied from interface:CfnBucket.IntelligentTieringConfigurationPropertySpecifies the status of the configuration.- Specified by:
getStatusin interfaceCfnBucket.IntelligentTieringConfigurationProperty
-
getTierings
Description copied from interface:CfnBucket.IntelligentTieringConfigurationPropertySpecifies 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_ACCESSandDEEP_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:
getTieringsin interfaceCfnBucket.IntelligentTieringConfigurationProperty
-
getPrefix
Description copied from interface:CfnBucket.IntelligentTieringConfigurationPropertyAn object key name prefix that identifies the subset of objects to which the rule applies.- Specified by:
getPrefixin interfaceCfnBucket.IntelligentTieringConfigurationProperty
-
getTagFilters
Description copied from interface:CfnBucket.IntelligentTieringConfigurationPropertyA container for a key-value pair.- Specified by:
getTagFiltersin interfaceCfnBucket.IntelligentTieringConfigurationProperty
-
$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()
-