Interface CfnStorageLens.IActivityMetricsProperty
This resource enables Amazon S3 Storage Lens activity metrics.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IActivityMetricsProperty
Syntax (vb)
Public Interface IActivityMetricsProperty
Remarks
Activity metrics show details about how your storage is requested, such as requests (for example, All requests, Get requests, Put requests), bytes uploaded or downloaded, and errors.
For more information, see Assessing your storage activity and usage with S3 Storage Lens in the Amazon S3 User Guide . For a complete list of metrics, see S3 Storage Lens metrics glossary in the Amazon S3 User Guide .
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 activityMetricsProperty = new ActivityMetricsProperty {
IsEnabled = false
};
Synopsis
Properties
IsEnabled | A property that indicates whether the activity metrics is enabled. |
Properties
IsEnabled
A property that indicates whether the activity metrics is enabled.
virtual object IsEnabled { get; }
Property Value
System.Object