Interface CfnStorageLens.IAwsOrgProperty
This resource contains the details of the AWS Organization for Amazon S3 Storage Lens.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAwsOrgProperty
Syntax (vb)
Public Interface IAwsOrgProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;
var awsOrgProperty = new AwsOrgProperty {
Arn = "arn"
};
Synopsis
Properties
Arn | This resource contains the ARN of the AWS Organization. |
Properties
Arn
This resource contains the ARN of the AWS Organization.
string Arn { get; }
Property Value
System.String