MappingsPropertiesArgs

data class MappingsPropertiesArgs(val properties: Output<Map<String, IndexPropertyMappingArgs>>? = null) : ConvertibleToJava<MappingsPropertiesArgs>

Index Mappings

Constructors

Link copied to clipboard
constructor(properties: Output<Map<String, IndexPropertyMappingArgs>>? = null)

Properties

Link copied to clipboard

Defines the fields within the mapping, including their types and configurations

Functions

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