PlaceIndexArgs

data class PlaceIndexArgs(val dataSource: Output<String>? = null, val dataSourceConfiguration: Output<PlaceIndexDataSourceConfigurationArgs>? = null, val description: Output<String>? = null, val indexName: Output<String>? = null, val pricingPlan: Output<PlaceIndexPricingPlan>? = null) : ConvertibleToJava<PlaceIndexArgs>

Definition of AWS::Location::PlaceIndex Resource Type

Constructors

Link copied to clipboard
fun PlaceIndexArgs(dataSource: Output<String>? = null, dataSourceConfiguration: Output<PlaceIndexDataSourceConfigurationArgs>? = null, description: Output<String>? = null, indexName: Output<String>? = null, pricingPlan: Output<PlaceIndexPricingPlan>? = null)

Functions

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

Properties

Link copied to clipboard
val dataSource: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val indexName: Output<String>? = null
Link copied to clipboard
val pricingPlan: Output<PlaceIndexPricingPlan>? = null