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 |
A property for S3 Storage Lens advanced performance metrics.
Advanced performance metrics provide insights into application performance such as access patterns and network originality 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 | This property indicates whether the advanced performance metrics are enabled. |
isEnabled?
Type:
boolean | IResolvable
(optional)
This property indicates whether the advanced performance metrics are enabled.

.NET
Go
Java
Python
TypeScript