Storage Lens Configuration Args
data class StorageLensConfigurationArgs(val accountLevel: Output<StorageLensAccountLevelArgs>, val awsOrg: Output<StorageLensAwsOrgArgs>? = null, val dataExport: Output<StorageLensDataExportArgs>? = null, val exclude: Output<StorageLensBucketsAndRegionsArgs>? = null, val id: Output<String>, val include: Output<StorageLensBucketsAndRegionsArgs>? = null, val isEnabled: Output<Boolean>, val storageLensArn: Output<String>? = null) : ConvertibleToJava<StorageLensConfigurationArgs>
Specifies the details of Amazon S3 Storage Lens configuration.
Constructors
Link copied to clipboard
constructor(accountLevel: Output<StorageLensAccountLevelArgs>, awsOrg: Output<StorageLensAwsOrgArgs>? = null, dataExport: Output<StorageLensDataExportArgs>? = null, exclude: Output<StorageLensBucketsAndRegionsArgs>? = null, id: Output<String>, include: Output<StorageLensBucketsAndRegionsArgs>? = null, isEnabled: Output<Boolean>, storageLensArn: Output<String>? = null)
Properties
Link copied to clipboard
This property contains the details of the account-level metrics for Amazon S3 Storage Lens configuration.
Link copied to clipboard
This property contains the details of the AWS Organization for the S3 Storage Lens configuration.
Link copied to clipboard
This property contains the details of this S3 Storage Lens configuration's metrics export.
Link copied to clipboard
This property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.
Link copied to clipboard
This property contains the details of the bucket and or Regions included for Amazon S3 Storage Lens configuration.
Link copied to clipboard
The ARN for the Amazon S3 Storage Lens configuration.