Storage Lens Configuration Storage Lens Configuration Args
data class StorageLensConfigurationStorageLensConfigurationArgs(val accountLevel: Output<StorageLensConfigurationStorageLensConfigurationAccountLevelArgs>, val awsOrg: Output<StorageLensConfigurationStorageLensConfigurationAwsOrgArgs>? = null, val dataExport: Output<StorageLensConfigurationStorageLensConfigurationDataExportArgs>? = null, val enabled: Output<Boolean>, val exclude: Output<StorageLensConfigurationStorageLensConfigurationExcludeArgs>? = null, val include: Output<StorageLensConfigurationStorageLensConfigurationIncludeArgs>? = null) : ConvertibleToJava<StorageLensConfigurationStorageLensConfigurationArgs>
Constructors
Link copied to clipboard
constructor(accountLevel: Output<StorageLensConfigurationStorageLensConfigurationAccountLevelArgs>, awsOrg: Output<StorageLensConfigurationStorageLensConfigurationAwsOrgArgs>? = null, dataExport: Output<StorageLensConfigurationStorageLensConfigurationDataExportArgs>? = null, enabled: Output<Boolean>, exclude: Output<StorageLensConfigurationStorageLensConfigurationExcludeArgs>? = null, include: Output<StorageLensConfigurationStorageLensConfigurationIncludeArgs>? = null)
Properties
Link copied to clipboard
The account-level configurations of the S3 Storage Lens configuration. See Account Level below for more details.
Link copied to clipboard
The Amazon Web Services organization for the S3 Storage Lens configuration. See AWS Org below for more details.
Link copied to clipboard
Properties of S3 Storage Lens metrics export including the destination, schema and format. See Data Export below for more details.
Link copied to clipboard
What is excluded in this configuration. Conflicts with include
. See Exclude below for more details.
Link copied to clipboard
What is included in this configuration. Conflicts with exclude
. See Include below for more details.