IamIdentityCenterOptionsPropertiesArgs

data class IamIdentityCenterOptionsPropertiesArgs(val enabled: Output<Boolean>? = null, val iamIdentityCenterInstanceArn: Output<Any>? = null, val iamRoleForIdentityCenterApplicationArn: Output<String>? = null) : ConvertibleToJava<IamIdentityCenterOptionsPropertiesArgs>

Options for configuring IAM Identity Center

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether IAM Identity Center is enabled.

Link copied to clipboard
val iamIdentityCenterInstanceArn: Output<Any>? = null

The ARN of the IAM Identity Center instance.

Link copied to clipboard

The ARN of the IAM role for Identity Center application.

Functions

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