Interface CfnStorageLens.AwsOrgProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageLens.AwsOrgProperty.Jsii$Proxy
- Enclosing class:
CfnStorageLens
@Stability(Stable)
public static interface CfnStorageLens.AwsOrgProperty
extends software.amazon.jsii.JsiiSerializable
This resource contains the details of the AWS Organization for Amazon S3 Storage Lens.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.*;
AwsOrgProperty awsOrgProperty = AwsOrgProperty.builder()
.arn("arn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageLens.AwsOrgPropertystatic final classAn implementation forCfnStorageLens.AwsOrgProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
This resource contains the ARN of the AWS Organization.- See Also:
-
builder
-