Show / Hide Table of Contents

Class CfnStorageLens.AwsOrgProperty

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

Inheritance
System.Object
CfnStorageLens.AwsOrgProperty
Implements
CfnStorageLens.IAwsOrgProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class AwsOrgProperty : Object, CfnStorageLens.IAwsOrgProperty
Syntax (vb)
Public Class AwsOrgProperty
    Inherits Object
    Implements CfnStorageLens.IAwsOrgProperty
Remarks

Link: 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;

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

Synopsis

Constructors

AwsOrgProperty()

Properties

Arn

This resource contains the ARN of the AWS Organization.

Constructors

AwsOrgProperty()

public AwsOrgProperty()

Properties

Arn

This resource contains the ARN of the AWS Organization.

public string Arn { get; set; }
Property Value

System.String

Remarks

Link: 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