InventoryConfigurationArgs

data class InventoryConfigurationArgs(val destination: Output<DestinationArgs>? = null, val enabled: Output<Boolean>? = null, val id: Output<String>? = null, val includedObjectVersions: Output<Either<String, InventoryConfigurationIncludedObjectVersions>>? = null, val optionalFields: Output<List<Either<String, InventoryConfigurationOptionalFields>>>? = null, val prefix: Output<String>? = null, val scheduleFrequency: Output<Either<String, InventoryConfigurationScheduleFrequency>>? = null) : ConvertibleToJava<InventoryConfigurationArgs>

Definition of InventoryConfiguration

Constructors

Link copied to clipboard
constructor(destination: Output<DestinationArgs>? = null, enabled: Output<Boolean>? = null, id: Output<String>? = null, includedObjectVersions: Output<Either<String, InventoryConfigurationIncludedObjectVersions>>? = null, optionalFields: Output<List<Either<String, InventoryConfigurationOptionalFields>>>? = null, prefix: Output<String>? = null, scheduleFrequency: Output<Either<String, InventoryConfigurationScheduleFrequency>>? = null)

Properties

Link copied to clipboard
val destination: Output<DestinationArgs>? = null

Contains information about where to publish the inventory results. Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Specifies whether the inventory is enabled or disabled. If set to `True`, an inventory list is generated. If set to `False`, no inventory list is generated.

Link copied to clipboard
val id: Output<String>? = null

The ID used to identify the inventory configuration.

Link copied to clipboard

Object versions to include in the inventory list. If set to `All`, the list includes all the object versions, which adds the version-related fields `VersionId`, `IsLatest`, and `DeleteMarker` to the list. If set to `Current`, the list does not contain these version-related fields.

Link copied to clipboard

Contains the optional fields that are included in the inventory results.

Link copied to clipboard
val prefix: Output<String>? = null

Specifies the inventory filter prefix.

Link copied to clipboard

Specifies the schedule for generating inventory results.

Functions

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