Inventory Configuration Args Builder
Builder for InventoryConfigurationArgs.
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun includedObjectVersions(value: Either<String, InventoryConfigurationIncludedObjectVersions>?)
suspend fun includedObjectVersions(value: Output<Either<String, InventoryConfigurationIncludedObjectVersions>>)
Link copied to clipboard
suspend fun optionalFields(value: Output<List<Either<String, InventoryConfigurationOptionalFields>>>)
suspend fun optionalFields(vararg values: Output<Either<String, InventoryConfigurationOptionalFields>>)
suspend fun optionalFields(values: List<Output<Either<String, InventoryConfigurationOptionalFields>>>)
Link copied to clipboard
suspend fun scheduleFrequency(value: Output<Either<String, InventoryConfigurationScheduleFrequency>>)