DomainIdentityCenterOptions

data class DomainIdentityCenterOptions(val enabledApiAccess: Boolean? = null, val identityCenterApplicationArn: String? = null, val identityCenterInstanceArn: String? = null, val identityStoreId: String? = null, val rolesKey: DomainRolesKeyIdcType? = null, val subjectKey: DomainSubjectKeyIdcType? = null)

Options for configuring Identity Center

Constructors

Link copied to clipboard
constructor(enabledApiAccess: Boolean? = null, identityCenterApplicationArn: String? = null, identityCenterInstanceArn: String? = null, identityStoreId: String? = null, rolesKey: DomainRolesKeyIdcType? = null, subjectKey: DomainSubjectKeyIdcType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether Identity Center is enabled.

Link copied to clipboard

The ARN of the Identity Center application.

Link copied to clipboard

The ARN of the Identity Center instance.

Link copied to clipboard
val identityStoreId: String? = null

The IdentityStoreId for Identity Center options.

Link copied to clipboard

The roles key for Identity Center options.

Link copied to clipboard

The subject key for Identity Center options.