interface AdvancedPerformanceMetricsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3.CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3#CfnStorageLensPropsMixin_AdvancedPerformanceMetricsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3.CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3.CfnStorageLensPropsMixin.AdvancedPerformanceMetricsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3 » 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 { aws_s3 as s3 } from '@aws-cdk/cfn-property-mixins';
const advancedPerformanceMetricsProperty: s3.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