interface AwsOrgProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3.CfnStorageLens.AwsOrgProperty |
Java | software.amazon.awscdk.services.s3.CfnStorageLens.AwsOrgProperty |
Python | aws_cdk.aws_s3.CfnStorageLens.AwsOrgProperty |
TypeScript | @aws-cdk/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 * as s3 from '@aws-cdk/aws-s3';
const awsOrgProperty: s3.CfnStorageLens.AwsOrgProperty = {
arn: 'arn',
};
Properties
Name | Type | Description |
---|---|---|
arn | string | This resource contains the ARN of the AWS Organization. |
arn
Type:
string
This resource contains the ARN of the AWS Organization.