Class CfnStorageLens.AdvancedDataProtectionMetricsProperty
This resource enables Amazon S3 Storage Lens advanced data protection metrics.
Inherited Members
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStorageLens.AdvancedDataProtectionMetricsProperty : CfnStorageLens.IAdvancedDataProtectionMetricsProperty
Syntax (vb)
Public Class CfnStorageLens.AdvancedDataProtectionMetricsProperty 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() | This resource enables Amazon S3 Storage Lens advanced data protection metrics. |
Properties
IsEnabled | Indicates whether advanced data protection metrics are enabled. |
Constructors
AdvancedDataProtectionMetricsProperty()
This resource enables Amazon S3 Storage Lens advanced data protection metrics.
public AdvancedDataProtectionMetricsProperty()
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
};
Properties
IsEnabled
Indicates whether advanced data protection metrics are enabled.
public object? IsEnabled { get; set; }