GetIndexPlainArgs

data class GetIndexPlainArgs(val arn: String) : ConvertibleToJava<GetIndexPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

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

Functions

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