IamIdentityCenterOptionsProperties

data class IamIdentityCenterOptionsProperties(val enabled: Boolean? = null, val iamIdentityCenterInstanceArn: Any? = null, val iamRoleForIdentityCenterApplicationArn: String? = null)

Options for configuring IAM Identity Center

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, iamIdentityCenterInstanceArn: Any? = null, iamRoleForIdentityCenterApplicationArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether IAM Identity Center is enabled.

Link copied to clipboard

The ARN of the IAM Identity Center instance.

Link copied to clipboard

The ARN of the IAM role for Identity Center application.