GetIndexResult

data class GetIndexResult(val arn: String? = null, val capacityUnits: IndexCapacityUnitsConfiguration? = null, val description: String? = null, val documentMetadataConfigurations: List<IndexDocumentMetadataConfiguration>? = null, val id: String? = null, val name: String? = null, val roleArn: String? = null, val tags: List<IndexTag>? = null, val userContextPolicy: IndexUserContextPolicy? = null, val userTokenConfigurations: List<IndexUserTokenConfiguration>? = null)

Constructors

Link copied to clipboard
fun GetIndexResult(arn: String? = null, capacityUnits: IndexCapacityUnitsConfiguration? = null, description: String? = null, documentMetadataConfigurations: List<IndexDocumentMetadataConfiguration>? = null, id: String? = null, name: String? = null, roleArn: String? = null, tags: List<IndexTag>? = null, userContextPolicy: IndexUserContextPolicy? = null, userTokenConfigurations: List<IndexUserTokenConfiguration>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
Link copied to clipboard
val description: String? = null

A description for the index

Link copied to clipboard

Document metadata configurations

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val roleArn: String? = null
Link copied to clipboard
val tags: List<IndexTag>? = null

Tags for labeling the index

Link copied to clipboard