intendedUse

@JvmName(name = "fgffmqbibreeiuhk")
suspend fun intendedUse(value: Output<PlaceIndexIntendedUse>)
@JvmName(name = "bjptvodetyawkhhl")
suspend fun intendedUse(value: PlaceIndexIntendedUse?)

Parameters

value

Specifies how the results of an operation will be stored by the caller. Valid values include:

  • SingleUse specifies that the results won't be stored.

  • Storage specifies that the result can be cached or stored in a database. Default value: SingleUse