GetInstanceResult

data class GetInstanceResult(val identityStoreId: String? = null, val instanceArn: String? = null, val name: String? = null, val ownerAccountId: String? = null, val status: InstanceStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(identityStoreId: String? = null, instanceArn: String? = null, name: String? = null, ownerAccountId: String? = null, status: InstanceStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identityStoreId: String? = null

The ID of the identity store associated with the created Identity Center (SSO) Instance

Link copied to clipboard
val instanceArn: String? = null

The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance

Link copied to clipboard
val name: String? = null

The name you want to assign to this Identity Center (SSO) Instance

Link copied to clipboard
val ownerAccountId: String? = null

The AWS accountId of the owner of the Identity Center (SSO) Instance

Link copied to clipboard
val status: InstanceStatus? = null

The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active

Link copied to clipboard
val tags: List<Tag>? = null

Specifies tags to be attached to the instance of IAM Identity Center.