interface MetricsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.S3Tables.CfnTableBucket.MetricsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#CfnTableBucket_MetricsConfigurationProperty |
Java | software.amazon.awscdk.services.s3tables.CfnTableBucket.MetricsConfigurationProperty |
Python | aws_cdk.aws_s3tables.CfnTableBucket.MetricsConfigurationProperty |
TypeScript | aws-cdk-lib » aws_s3tables » CfnTableBucket » MetricsConfigurationProperty |
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 { aws_s3tables as s3tables } from 'aws-cdk-lib';
const metricsConfigurationProperty: s3tables.CfnTableBucket.MetricsConfigurationProperty = {
status: 'status',
};
Properties
| Name | Type | Description |
|---|---|---|
| status? | string | Indicates whether Metrics are enabled. |
status?
Type:
string
(optional, default: "Disabled")
Indicates whether Metrics are enabled.

.NET
Go
Java
Python
TypeScript