@Stability(value=Stable)
public static interface CfnStorageLens.ActivityMetricsProperty
extends software.amazon.jsii.JsiiSerializable
Activity metrics show details about how your storage is requested, such as requests (for example, All requests, Get requests, Put requests), bytes uploaded or downloaded, and errors.
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.*; ActivityMetricsProperty activityMetricsProperty = ActivityMetricsProperty.builder() .isEnabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStorageLens.ActivityMetricsProperty.Builder
A builder for
CfnStorageLens.ActivityMetricsProperty |
static class |
CfnStorageLens.ActivityMetricsProperty.Jsii$Proxy
An implementation for
CfnStorageLens.ActivityMetricsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStorageLens.ActivityMetricsProperty.Builder |
builder() |
default Object |
getIsEnabled()
A property that indicates whether the activity metrics is enabled.
|
@Stability(value=Stable) @Nullable default Object getIsEnabled()
@Stability(value=Stable) static CfnStorageLens.ActivityMetricsProperty.Builder builder()
Copyright © 2023. All rights reserved.