Interface CfnStorageLens.CloudWatchMetricsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLens.CloudWatchMetricsProperty.Jsii$Proxy
- Enclosing class:
- CfnStorageLens
@Stability(Stable)
public static interface CfnStorageLens.CloudWatchMetricsProperty
extends software.amazon.jsii.JsiiSerializable
This resource enables the Amazon CloudWatch publishing option for Amazon S3 Storage Lens metrics.
For more information, see Monitor S3 Storage Lens metrics in CloudWatch 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.*; CloudWatchMetricsProperty cloudWatchMetricsProperty = CloudWatchMetricsProperty.builder() .isEnabled(false) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStorageLens.CloudWatchMetricsProperty
static final class
An implementation forCfnStorageLens.CloudWatchMetricsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
This property identifies whether the CloudWatch publishing option for S3 Storage Lens is enabled.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsEnabled
This property identifies whether the CloudWatch publishing option for S3 Storage Lens is enabled. -
builder
-