StorageLensAwsOrgArgs

data class StorageLensAwsOrgArgs(val arn: Output<String>) : ConvertibleToJava<StorageLensAwsOrgArgs>

The AWS Organizations ARN to use in the Amazon S3 Storage Lens configuration.

Constructors

Link copied to clipboard
constructor(arn: Output<String>)

Properties

Link copied to clipboard
val arn: Output<String>

This resource contains the ARN of the AWS Organization.

Functions

Link copied to clipboard
open override fun toJava(): StorageLensAwsOrgArgs