interface MetricsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3Tables.CfnTableBucketPropsMixin.MetricsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3tables#CfnTableBucketPropsMixin_MetricsConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTableBucketPropsMixin.MetricsConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3tables.CfnTableBucketPropsMixin.MetricsConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3tables » CfnTableBucketPropsMixin » 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/cfn-property-mixins';
const metricsConfigurationProperty: s3tables.CfnTableBucketPropsMixin.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