Get Index Result
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)