Inventory Configuration Args
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
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 includedObjectVersions: Output<Either<String, InventoryConfigurationIncludedObjectVersions>>? = null
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
Specifies the schedule for generating inventory results.