Interface CfnStorageLens.AdvancedPerformanceMetricsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLens.AdvancedPerformanceMetricsProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLens
@Stability(Stable)
public static interface CfnStorageLens.AdvancedPerformanceMetricsProperty
extends software.amazon.jsii.JsiiSerializable
Advanced Performance Metrics.
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.*;
AdvancedPerformanceMetricsProperty advancedPerformanceMetricsProperty = AdvancedPerformanceMetricsProperty.builder()
.isEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageLens.AdvancedPerformanceMetricsPropertystatic final classAn implementation forCfnStorageLens.AdvancedPerformanceMetricsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsEnabled
Specifies whether the Advanced Performance Metrics is enabled or disabled.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-