Show / Hide Table of Contents

Interface CfnStorageLens.IAdvancedDataProtectionMetricsProperty

This resource enables Amazon S3 Storage Lens advanced data protection metrics.

Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnStorageLens.IAdvancedDataProtectionMetricsProperty
Syntax (vb)
Public Interface 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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advanceddataprotectionmetrics.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.AWS.S3;

             var advancedDataProtectionMetricsProperty = new AdvancedDataProtectionMetricsProperty {
                 IsEnabled = false
             };

Synopsis

Properties

IsEnabled

Indicates whether advanced data protection metrics are enabled.

Properties

IsEnabled

Indicates whether advanced data protection metrics are enabled.

object? IsEnabled { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advanceddataprotectionmetrics.html#cfn-s3-storagelens-advanceddataprotectionmetrics-isenabled

Back to top Generated by DocFX