@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:37.002Z") @Stability(value=Experimental) public class StorageClass extends software.amazon.jsii.JsiiObject
| Modifier and Type | Field and Description |
|---|---|
static StorageClass |
DEEP_ARCHIVE
(experimental) Use for archiving data that rarely needs to be accessed.
|
static StorageClass |
GLACIER
(experimental) Storage class for long-term archival that can take between minutes and hours to access.
|
static StorageClass |
INFREQUENT_ACCESS
(experimental) Storage class for data that is accessed less frequently, but requires rapid access when needed.
|
static StorageClass |
INTELLIGENT_TIERING
(experimental) The INTELLIGENT_TIERING storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead.
|
static StorageClass |
ONE_ZONE_INFREQUENT_ACCESS
(experimental) Infrequent Access that's only stored in one availability zone.
|
| Modifier | Constructor and Description |
|---|---|
protected |
StorageClass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
StorageClass(software.amazon.jsii.JsiiObjectRef objRef) |
|
StorageClass(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final StorageClass DEEP_ARCHIVE
Data stored in the DEEP_ARCHIVE storage class has a minimum storage duration period of 180 days and a default retrieval time of 12 hours. If you delete an object before the 180-day minimum, you are charged for 180 days. For pricing information, see Amazon S3 Pricing.
@Stability(value=Experimental) public static final StorageClass GLACIER
Use for archives where portions of the data might need to be retrieved in minutes. Data stored in the GLACIER storage class has a minimum storage duration period of 90 days and can be accessed in as little as 1-5 minutes using expedited retrieval. If you delete an object before the 90-day minimum, you are charged for 90 days.
@Stability(value=Experimental) public static final StorageClass INFREQUENT_ACCESS
Has lower availability than Standard storage.
@Stability(value=Experimental) public static final StorageClass INTELLIGENT_TIERING
INTELLIGENT_TIERING delivers automatic cost savings by moving data on a granular object level between two access tiers, a frequent access tier and a lower-cost infrequent access tier, when access patterns change. The INTELLIGENT_TIERING storage class is ideal if you want to optimize storage costs automatically for long-lived data when access patterns are unknown or unpredictable.
@Stability(value=Experimental) public static final StorageClass ONE_ZONE_INFREQUENT_ACCESS
Has lower availability than standard InfrequentAccess.
protected StorageClass(software.amazon.jsii.JsiiObjectRef objRef)
protected StorageClass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public StorageClass(@NotNull
String value)
value - This parameter is required.Copyright © 2021. All rights reserved.