Show / Hide Table of Contents

Class CfnStorageLens.AdvancedDataProtectionMetricsProperty

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

Inheritance
object
CfnStorageLens.AdvancedDataProtectionMetricsProperty
Implements
CfnStorageLens.IAdvancedDataProtectionMetricsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

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

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 .

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
             };

Properties

IsEnabled

Indicates whether advanced data protection metrics are enabled.

public object? IsEnabled { get; set; }
Property Value

object

Remarks

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

Implements

CfnStorageLens.IAdvancedDataProtectionMetricsProperty
Back to top Generated by DocFX