Interface CfnStorageLensPropsMixin.IAwsOrgProperty
This resource contains the details of the AWS Organization for Amazon S3 Storage Lens.
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnStorageLensPropsMixin.IAwsOrgProperty
Syntax (vb)
Public Interface CfnStorageLensPropsMixin.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.Mixins.Preview.AWS.S3.Mixins;
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; }