Interface CfnStorageLens.AdvancedDataProtectionMetricsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLens.AdvancedDataProtectionMetricsProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLens
@Stability(Stable)
public static interface CfnStorageLens.AdvancedDataProtectionMetricsProperty
extends software.amazon.jsii.JsiiSerializable
This resource enables Amazon S3 Storage Lens advanced data protection metrics.
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 .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.s3.*; AdvancedDataProtectionMetricsProperty advancedDataProtectionMetricsProperty = AdvancedDataProtectionMetricsProperty.builder() .isEnabled(false) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStorageLens.AdvancedDataProtectionMetricsProperty
static final class
An implementation forCfnStorageLens.AdvancedDataProtectionMetricsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsEnabled
Indicates whether advanced data protection metrics are enabled. -
builder
-