getIndex

suspend fun getIndex(argument: GetIndexPlainArgs): GetIndexResult

Definition of AWS::ResourceExplorer2::Index Resource Type

Return

null

Parameters

argument

null


suspend fun getIndex(arn: String): GetIndexResult

Return

null

Parameters

arn

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

See also


suspend fun getIndex(argument: suspend GetIndexPlainArgsBuilder.() -> Unit): GetIndexResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.resourceexplorer2.kotlin.inputs.GetIndexPlainArgs.

See also