Interface CfnTableBucket.StorageClassConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTableBucket.StorageClassConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTableBucket
@Stability(Stable)
public static interface CfnTableBucket.StorageClassConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration details for the storage class of tables or table buckets.
This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3tables.*;
StorageClassConfigurationProperty storageClassConfigurationProperty = StorageClassConfigurationProperty.builder()
.storageClass("storageClass")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTableBucket.StorageClassConfigurationPropertystatic final classAn implementation forCfnTableBucket.StorageClassConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStorageClass
The storage class for the table or table bucket.Valid values include storage classes optimized for different access patterns and cost profiles.
- See Also:
-
builder
-