interface PrefixLevelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3.CfnStorageLensPropsMixin.PrefixLevelProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3#CfnStorageLensPropsMixin_PrefixLevelProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3.CfnStorageLensPropsMixin.PrefixLevelProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3.CfnStorageLensPropsMixin.PrefixLevelProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3 » CfnStorageLensPropsMixin » 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/cfn-property-mixins';
const prefixLevelProperty: s3.CfnStorageLensPropsMixin.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
(optional)
A property for the prefix-level storage metrics for Amazon S3 Storage Lens.

.NET
Go
Java
Python
TypeScript