interface PrefixLevelProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.S3.CfnStorageLens.PrefixLevelProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnStorageLens_PrefixLevelProperty | 
|  Java | software.amazon.awscdk.services.s3.CfnStorageLens.PrefixLevelProperty | 
|  Python | aws_cdk.aws_s3.CfnStorageLens.PrefixLevelProperty | 
|  TypeScript | aws-cdk-lib»aws_s3»CfnStorageLens»PrefixLevelProperty | 
This resource contains the details of the prefix-level of the Amazon S3 Storage Lens.
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 prefixLevelProperty: s3.CfnStorageLens.PrefixLevelProperty = {
  storageMetrics: {
    isEnabled: false,
    selectionCriteria: {
      delimiter: 'delimiter',
      maxDepth: 123,
      minStorageBytesPercentage: 123,
    },
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| storage | IResolvable | Prefix | A property for the prefix-level storage metrics for Amazon S3 Storage Lens. | 
storageMetrics
Type:
IResolvable | Prefix
A property for the prefix-level storage metrics for Amazon S3 Storage Lens.
