StorageLensConfigurationStorageLensConfigurationArgs

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>

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
val enabled: Output<Boolean>

Whether the S3 Storage Lens configuration is enabled.

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.

Functions

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