Class CfnBucketPropsMixin.IntelligentTieringConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.IntelligentTieringConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucketPropsMixin.IntelligentTieringConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucketPropsMixin.IntelligentTieringConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucketPropsMixin.IntelligentTieringConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketPropsMixin.IntelligentTieringConfigurationProperty
An implementation for
CfnBucketPropsMixin.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.cfnpropertymixins.services.s3.CfnBucketPropsMixin.IntelligentTieringConfigurationProperty
CfnBucketPropsMixin.IntelligentTieringConfigurationProperty.Builder, CfnBucketPropsMixin.IntelligentTieringConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucketPropsMixin.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 theCfnBucketPropsMixin.IntelligentTieringConfigurationProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnBucketPropsMixin.IntelligentTieringConfigurationPropertyThe ID used to identify the S3 Intelligent-Tiering configuration.- Specified by:
getIdin interfaceCfnBucketPropsMixin.IntelligentTieringConfigurationProperty- See Also:
-
getPrefix
Description copied from interface:CfnBucketPropsMixin.IntelligentTieringConfigurationPropertyAn object key name prefix that identifies the subset of objects to which the rule applies.- Specified by:
getPrefixin interfaceCfnBucketPropsMixin.IntelligentTieringConfigurationProperty- See Also:
-
getStatus
Description copied from interface:CfnBucketPropsMixin.IntelligentTieringConfigurationPropertySpecifies the status of the configuration.- Specified by:
getStatusin interfaceCfnBucketPropsMixin.IntelligentTieringConfigurationProperty- See Also:
-
getTagFilters
Description copied from interface:CfnBucketPropsMixin.IntelligentTieringConfigurationPropertyA container for a key-value pair.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBucketPropsMixin.TagFilterProperty>- Specified by:
getTagFiltersin interfaceCfnBucketPropsMixin.IntelligentTieringConfigurationProperty- See Also:
-
getTierings
Description copied from interface:CfnBucketPropsMixin.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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBucketPropsMixin.TieringProperty>- Specified by:
getTieringsin interfaceCfnBucketPropsMixin.IntelligentTieringConfigurationProperty- See Also:
-
$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()
-