Index Document Attribute Configuration Args
data class IndexDocumentAttributeConfigurationArgs(val name: Output<String>? = null, val search: Output<QBusinessIndexStatus>? = null, val type: Output<IndexAttributeType>? = null) : ConvertibleToJava<IndexDocumentAttributeConfigurationArgs>
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, search: Output<QBusinessIndexStatus>? = null, type: Output<IndexAttributeType>? = null)