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