GetIndexResult

data class GetIndexResult(val arn: String? = null, val indexState: IndexState? = null, val tags: Map<String, String>? = null, val type: IndexType? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, indexState: IndexState? = null, tags: Map<String, String>? = null, type: IndexType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the new index for the AWS Region . For example: arn:aws:resource-explorer-2:us-east-1:123456789012:index/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

Link copied to clipboard
val indexState: IndexState? = null

Indicates the current state of the index. For example: CREATING

Link copied to clipboard
val tags: Map<String, String>? = null

The specified tags are attached to only the index created in this AWS Region . The tags don't attach to any of the resources listed in the index.

Link copied to clipboard
val type: IndexType? = null

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. .