Class CfnStorageLens.AwsOrgProperty
This resource contains the details of the AWS Organization for Amazon S3 Storage Lens.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStorageLens.AwsOrgProperty : CfnStorageLens.IAwsOrgProperty
Syntax (vb)
Public Class CfnStorageLens.AwsOrgProperty Implements CfnStorageLens.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
Constructors
AwsOrgProperty() | This resource contains the details of the AWS Organization for Amazon S3 Storage Lens. |
Properties
Arn | This resource contains the ARN of the AWS Organization. |
Constructors
AwsOrgProperty()
This resource contains the details of the AWS Organization for Amazon S3 Storage Lens.
public AwsOrgProperty()
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"
};
Properties
Arn
This resource contains the ARN of the AWS Organization.
public string Arn { get; set; }