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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDirectoryBucketPropsMixin.MetricsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessPointArn
The access point ARN used when evaluating a metrics filter.- See Also:
-
getId
The ID used to identify the metrics configuration.- See Also:
-
getPrefix
The prefix used when evaluating a metrics filter.- See Also:
-
builder
@Stability(Stable) static CfnDirectoryBucketPropsMixin.MetricsConfigurationProperty.Builder builder()
-