aws-cdk-lib.aws_s3.CfnStorageLens.AwsOrgProperty

interface AwsOrgProperty

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

This resource contains the details of the AWS Organization for 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-lib';
const awsOrgProperty: s3.CfnStorageLens.AwsOrgProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arnstringThis resource contains the ARN of the AWS Organization.

arn

Type: string

This resource contains the ARN of the AWS Organization.