aws-cdk-lib.aws_s3.CfnStorageLens.SelectionCriteriaProperty

interface SelectionCriteriaProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnStorageLens.SelectionCriteriaProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnStorageLens_SelectionCriteriaProperty
Javasoftware.amazon.awscdk.services.s3.CfnStorageLens.SelectionCriteriaProperty
Pythonaws_cdk.aws_s3.CfnStorageLens.SelectionCriteriaProperty
TypeScript aws-cdk-lib » aws_s3 » CfnStorageLens » SelectionCriteriaProperty

This resource contains the details of the Amazon S3 Storage Lens selection criteria.

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 selectionCriteriaProperty: s3.CfnStorageLens.SelectionCriteriaProperty = {
  delimiter: 'delimiter',
  maxDepth: 123,
  minStorageBytesPercentage: 123,
};

Properties

NameTypeDescription
delimiter?stringThis property contains the details of the S3 Storage Lens delimiter being used.
maxDepth?numberThis property contains the details of the max depth that S3 Storage Lens will collect metrics up to.
minStorageBytesPercentage?numberThis property contains the details of the minimum storage bytes percentage threshold that S3 Storage Lens will collect metrics up to.

delimiter?

Type: string (optional)

This property contains the details of the S3 Storage Lens delimiter being used.


maxDepth?

Type: number (optional)

This property contains the details of the max depth that S3 Storage Lens will collect metrics up to.


minStorageBytesPercentage?

Type: number (optional)

This property contains the details of the minimum storage bytes percentage threshold that S3 Storage Lens will collect metrics up to.