Interface CfnDirectoryBucketPropsMixin.MetricsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDirectoryBucketPropsMixin.MetricsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDirectoryBucketPropsMixin

@Stability(Stable) public static interface CfnDirectoryBucketPropsMixin.MetricsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Specifies a metrics configuration for the CloudWatch request metrics from an Amazon S3 Express bucket.

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.s3express.*;
 MetricsConfigurationProperty metricsConfigurationProperty = MetricsConfigurationProperty.builder()
         .accessPointArn("accessPointArn")
         .id("id")
         .prefix("prefix")
         .build();
 

See Also: