Interface CfnTableBucketPropsMixin.IStorageClassConfigurationProperty
The configuration details for the storage class of tables or table buckets.
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3Tables.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTableBucketPropsMixin.IStorageClassConfigurationProperty
Syntax (vb)
Public Interface CfnTableBucketPropsMixin.IStorageClassConfigurationProperty
Remarks
This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.S3Tables.Mixins;
var storageClassConfigurationProperty = new StorageClassConfigurationProperty {
StorageClass = "storageClass"
};
Synopsis
Properties
| StorageClass | The storage class for the table or table bucket. |
Properties
StorageClass
The storage class for the table or table bucket.
string? StorageClass { get; }
Property Value
Remarks
Valid values include storage classes optimized for different access patterns and cost profiles.