IndexArgs

data class IndexArgs(val tags: Output<Map<String, String>>? = null, val type: Output<IndexType>? = null) : ConvertibleToJava<IndexArgs>

Definition of AWS::ResourceExplorer2::Index Resource Type

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

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

Properties

Link copied to clipboard
val tags: Output<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: Output<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. .

Functions

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