Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-storageclassconfiguration.html

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

string

Remarks

Valid values include storage classes optimized for different access patterns and cost profiles.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-storageclassconfiguration.html#cfn-s3tables-tablebucket-storageclassconfiguration-storageclass

Back to top Generated by DocFX