Get Index Result
data class GetIndexResult(val arn: String? = null, val indexState: IndexState? = null, val tags: Map<String, String>? = null, val type: IndexType? = null)
Properties
Link copied to clipboard
Indicates the current state of the index. For example: CREATING
Link copied to clipboard
Specifies the type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index in the AWS Resource Explorer User Guide. .