PlaceIndexDataSourceConfigurationArgs

data class PlaceIndexDataSourceConfigurationArgs(val intendedUse: Output<PlaceIndexIntendedUse>? = null) : ConvertibleToJava<PlaceIndexDataSourceConfigurationArgs>

Constructors

Link copied to clipboard
constructor(intendedUse: Output<PlaceIndexIntendedUse>? = null)

Properties

Link copied to clipboard
val intendedUse: Output<PlaceIndexIntendedUse>? = null

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

Functions

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