Class CfnBucket.StorageClassAnalysisProperty
Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
Inheritance
System.Object
CfnBucket.StorageClassAnalysisProperty
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StorageClassAnalysisProperty : Object, CfnBucket.IStorageClassAnalysisProperty
Syntax (vb)
Public Class StorageClassAnalysisProperty
Inherits Object
Implements CfnBucket.IStorageClassAnalysisProperty
Remarks
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.AWS.S3;
var storageClassAnalysisProperty = new StorageClassAnalysisProperty {
DataExport = new DataExportProperty {
Destination = new DestinationProperty {
BucketArn = "bucketArn",
Format = "format",
// the properties below are optional
BucketAccountId = "bucketAccountId",
Prefix = "prefix"
},
OutputSchemaVersion = "outputSchemaVersion"
}
};
Synopsis
Constructors
StorageClassAnalysisProperty() |
Properties
DataExport | Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported. |
Constructors
StorageClassAnalysisProperty()
public StorageClassAnalysisProperty()
Properties
DataExport
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
public object DataExport { get; set; }
Property Value
System.Object