IndexDocumentAttributeConfigurationArgs

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)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the document attribute.

Link copied to clipboard
val search: Output<QBusinessIndexStatus>? = null

Information about whether the document attribute can be used by an end user to search for information on their web experience.

Link copied to clipboard
val type: Output<IndexAttributeType>? = null

The type of document attribute.

Functions

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