Class CfnStorageLens.AdvancedDataProtectionMetricsProperty
This resource enables Amazon S3 Storage Lens advanced data protection metrics.
Inheritance
System.Object
CfnStorageLens.AdvancedDataProtectionMetricsProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AdvancedDataProtectionMetricsProperty : Object, CfnStorageLens.IAdvancedDataProtectionMetricsProperty
Syntax (vb)
Public Class AdvancedDataProtectionMetricsProperty
Inherits Object
Implements CfnStorageLens.IAdvancedDataProtectionMetricsProperty
Remarks
Advanced data protection metrics provide insights that you can use to perform audits and protect your data, for example replication rule counts within and across Regions.
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 advancedDataProtectionMetricsProperty = new AdvancedDataProtectionMetricsProperty {
IsEnabled = false
};
Synopsis
Constructors
AdvancedDataProtectionMetricsProperty() |
Properties
IsEnabled | Indicates whether advanced data protection metrics are enabled. |
Constructors
AdvancedDataProtectionMetricsProperty()
public AdvancedDataProtectionMetricsProperty()
Properties
IsEnabled
Indicates whether advanced data protection metrics are enabled.
public object IsEnabled { get; set; }
Property Value
System.Object