Show / Hide Table of Contents

Class CfnStorageLens.AwsOrgProperty

This resource contains the details of the AWS Organization for Amazon S3 Storage Lens.

Inheritance
object
CfnStorageLens.AwsOrgProperty
Implements
CfnStorageLens.IAwsOrgProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.AWS.S3;

             var awsOrgProperty = new AwsOrgProperty {
                 Arn = "arn"
             };

Properties

Arn

This resource contains the ARN of the AWS Organization.

public string Arn { get; set; }
Property Value

string

Remarks

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

Implements

CfnStorageLens.IAwsOrgProperty
Back to top Generated by DocFX