interface AdvancedPerformanceMetricsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.S3.CfnStorageLens.AdvancedPerformanceMetricsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnStorageLens_AdvancedPerformanceMetricsProperty |
Java | software.amazon.awscdk.services.s3.CfnStorageLens.AdvancedPerformanceMetricsProperty |
Python | aws_cdk.aws_s3.CfnStorageLens.AdvancedPerformanceMetricsProperty |
TypeScript | aws-cdk-lib » aws_s3 » CfnStorageLens » 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 { aws_s3 as s3 } from 'aws-cdk-lib';
const advancedPerformanceMetricsProperty: s3.CfnStorageLens.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