Place Index Args
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)