interface PrefixLevelProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3.CfnStorageLens.PrefixLevelProperty |
Java | software.amazon.awscdk.services.s3.CfnStorageLens.PrefixLevelProperty |
Python | aws_cdk.aws_s3.CfnStorageLens.PrefixLevelProperty |
TypeScript | @aws-cdk/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 * as s3 from '@aws-cdk/aws-s3';
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.