@Stability(value=Stable)
public static interface CfnStorageLens.AwsOrgProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStorageLens.AwsOrgProperty.Builder
A builder for
CfnStorageLens.AwsOrgProperty |
static class |
CfnStorageLens.AwsOrgProperty.Jsii$Proxy
An implementation for
CfnStorageLens.AwsOrgProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStorageLens.AwsOrgProperty.Builder |
builder() |
String |
getArn()
This resource contains the ARN of the AWS Organization.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnStorageLens.AwsOrgProperty.Builder builder()
Copyright © 2022. All rights reserved.