interface AdvancedPerformanceMetricsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.S3.Mixins.CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awss3/mixins#CfnStorageLensPropsMixin_AdvancedPerformanceMetricsProperty |
Java | software.amazon.awscdk.mixins.preview.services.s3.mixins.CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty |
Python | aws_cdk.mixins_preview.aws_s3.mixins.CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_s3 » mixins » CfnStorageLensPropsMixin » AdvancedPerformanceMetricsProperty |
Advanced Performance Metrics.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as s3_mixins } from '@aws-cdk/mixins-preview/aws-s3';
const advancedPerformanceMetricsProperty: s3_mixins.CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty = {
isEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| is | boolean | IResolvable | Specifies whether the Advanced Performance Metrics is enabled or disabled. |
isEnabled?
Type:
boolean | IResolvable
(optional)
Specifies whether the Advanced Performance Metrics is enabled or disabled.

.NET
Go
Java
Python
TypeScript