public static interface CfnStorageLens.AdvancedCostOptimizationMetricsProperty
Advanced cost optimization metrics provide insights that you can use to manage and optimize your storage costs, for example, lifecycle rule counts for transitions, expirations, and incomplete multipart uploads.
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.*; AdvancedCostOptimizationMetricsProperty advancedCostOptimizationMetricsProperty = AdvancedCostOptimizationMetricsProperty.builder() .isEnabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStorageLens.AdvancedCostOptimizationMetricsProperty.Builder
A builder for
CfnStorageLens.AdvancedCostOptimizationMetricsProperty |
static class |
CfnStorageLens.AdvancedCostOptimizationMetricsProperty.Jsii$Proxy
An implementation for
CfnStorageLens.AdvancedCostOptimizationMetricsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStorageLens.AdvancedCostOptimizationMetricsProperty.Builder |
builder() |
default java.lang.Object |
getIsEnabled()
Indicates whether advanced cost optimization metrics are enabled.
|