Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-awsorg.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-awsorg.html#cfn-s3-storagelens-awsorg-arn

Back to top Generated by DocFX