Interface CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLensPropsMixin
@Stability(Stable)
public static interface CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty
extends software.amazon.jsii.JsiiSerializable
A property for S3 Storage Lens advanced performance metrics.
Advanced performance metrics provide insights into application performance such as access patterns and network originality 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.cfnpropertymixins.services.s3.*;
AdvancedPerformanceMetricsProperty advancedPerformanceMetricsProperty = AdvancedPerformanceMetricsProperty.builder()
.isEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsEnabled
This property indicates whether the advanced performance metrics are enabled.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty.Builder builder()
-