interface StorageLensReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.StorageLensReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3#StorageLensReference |
![]() | software.amazon.awscdk.services.s3.StorageLensReference |
![]() | aws_cdk.aws_s3.StorageLensReference |
![]() | aws-cdk-lib » aws_s3 » StorageLensReference |
A reference to a StorageLens resource.
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 storageLensReference: s3.StorageLensReference = {
storageLensId: 'storageLensId',
};
Properties
Name | Type | Description |
---|---|---|
storage | string | The StorageLensConfiguration/Id of the StorageLens resource. |
storageLensId
Type:
string
The StorageLensConfiguration/Id of the StorageLens resource.