Interface CfnTable.StorageClassConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTable.StorageClassConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTable
@Stability(Stable)
public static interface CfnTable.StorageClassConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies storage class settings for the table.
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 forCfnTable.StorageClassConfigurationPropertystatic final classAn implementation forCfnTable.StorageClassConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStorageClass
The storage class for the table.- See Also:
-
builder
-