Interface CfnTableBucketPropsMixin.MetricsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTableBucketPropsMixin.MetricsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTableBucketPropsMixin
@Stability(Stable)
public static interface CfnTableBucketPropsMixin.MetricsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Settings governing the Metric configuration for the table 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.s3tables.*;
MetricsConfigurationProperty metricsConfigurationProperty = MetricsConfigurationProperty.builder()
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTableBucketPropsMixin.MetricsConfigurationPropertystatic final classAn implementation forCfnTableBucketPropsMixin.MetricsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Indicates whether Metrics are enabled.Default: - "Disabled"
- See Also:
-
builder
-