IndexArgs

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

Definition of AWS::ResourceExplorer2::Index Resource Type

Constructors

Link copied to clipboard
fun IndexArgs(tags: Output<IndexTagMapArgs>? = null, type: Output<IndexType>? = null)

Functions

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

Properties

Link copied to clipboard
val tags: Output<IndexTagMapArgs>? = null
Link copied to clipboard
val type: Output<IndexType>? = null