GetInstancesResult

data class GetInstancesResult(val arns: List<String>, val id: String, val identityStoreIds: List<String>)

A collection of values returned by getInstances.

Constructors

Link copied to clipboard
constructor(arns: List<String>, id: String, identityStoreIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of Amazon Resource Names (ARNs) of the SSO Instances.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Set of identifiers of the identity stores connected to the SSO Instances.